Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
PB-401 Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed Feb 10, 2020
1 parent 2bb5d1e commit 81b60a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xain_fl/coordinator/metrics_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

from influxdb import InfluxDBClient
from jsonschema import validate
from structlog import get_logger

from xain_fl.config import MetricsConfig
from xain_fl.logger import StructLogger, get_logger
from xain_fl.logger import StructLogger

logger: StructLogger = get_logger(__name__)

Expand Down

0 comments on commit 81b60a8

Please sign in to comment.