Skip to content

Commit 6ac259b

Browse files
committed
lint
1 parent e5c8710 commit 6ac259b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/google/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
2-
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

python/lib/sift_client/scripts/replay_test_result_log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
def main() -> None:
12+
"""Replay a test result simulation log file against the Sift API."""
1213
parser = argparse.ArgumentParser(
1314
description="Replay a test result simulation log file against the Sift API.",
1415
)

0 commit comments

Comments
 (0)