Skip to content

Commit

Permalink
[style] fix black tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Jan 27, 2024
1 parent 940b461 commit 36f93b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mockseries/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""CLI interface."""

import argparse


Expand Down
1 change: 1 addition & 0 deletions mockseries/utils/timedeltas.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Handy constants for common granularities/periods."""

from datetime import timedelta

MICRO_SECOND = timedelta(microseconds=1)
Expand Down

0 comments on commit 36f93b4

Please sign in to comment.