diff options
| author | Scott <[email protected]> | 2022-01-10 18:34:19 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-10 18:34:19 -0800 |
| commit | d1fdbad2a4b96a374fdd23e8c8550484a9e6523a (patch) | |
| tree | d8007e927222e028685d9f6dd5ffc08e8479f30c | |
| parent | 9bfba844fe0efe6bbf36882d7a56ef41da6d61b9 (diff) | |
Fix a missing import bug.
| -rw-r--r-- | lockfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lockfile.py b/lockfile.py index ca190df..d275f40 100644 --- a/lockfile.py +++ b/lockfile.py @@ -10,6 +10,7 @@ import sys from typing import Optional import config +import datetime_utils import decorator_utils |
