Skip to content

Commit 0dafb9a

Browse files
committed
fix(lint): resolve linting violations in LoggingHelper changes
1 parent 5ea6f40 commit 0dafb9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/anoph/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ def test_logging_helper_set_level_updates_logger():
303303
), "set_level(DEBUG) had no effect: debug message was silently dropped"
304304

305305

306-
307306
def _strip_terms_of_use_from_manifest(manifest_path):
308307
"""Rewrite a manifest TSV file without terms-of-use columns."""
309308
df = pd.read_csv(manifest_path, sep="\t")

0 commit comments

Comments
 (0)