diff options
Diffstat (limited to 'persistent.py')
| -rw-r--r-- | persistent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/persistent.py b/persistent.py index 1e520be..8832572 100644 --- a/persistent.py +++ b/persistent.py @@ -1,11 +1,11 @@ #!/usr/bin/env python3 -from abc import ABC, abstractmethod import atexit import datetime import enum import functools import logging +from abc import ABC, abstractmethod from typing import Any import file_utils |
