Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
naddeoa authored and lalmei committed Apr 8, 2021
1 parent a585e38 commit dcdf98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/whylogs/app/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pandas as pd

from whylogs.app.config import SessionConfig, WriterConfig, load_config
from whylogs.app.logger import Logger, Segment, SegmentTag
from whylogs.app.logger import Logger, Segment
from whylogs.app.writers import Writer, writer_from_config, WhyLabsWriter
from whylogs.core import DatasetProfile
from whylogs.core.statistics.constraints import DatasetConstraints
Expand Down
1 change: 1 addition & 0 deletions src/whylogs/whylabs_client/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def upload_profile(dataset_profile: DatasetProfile) -> None:
except Exception:
_logger.exception(f"Failed to upload profile for timestamp {dataset_timestamp}")


def end_session() -> str:
try:
global _session_token
Expand Down

0 comments on commit dcdf98e

Please sign in to comment.