fix migrations import errors

This commit is contained in:
Nick Sweeting 2024-09-06 03:48:52 -07:00
parent ab517d9848
commit 3f76e0a87f
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
__package__ = 'archivebox.abid_utils'
from typing import NamedTuple, Any, Union, Optional, Dict
from typing import NamedTuple, Any, Union, Dict
import ulid
import uuid6