Skip to content

Commit db9771c

Browse files
authored
fix syntax error in archivebox/core/models.py (ArchiveBox#1621)
2 parents 839016b + 9ca66c6 commit db9771c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archivebox/core/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from archivebox.extractors import ARCHIVE_METHODS_INDEXING_PRECEDENCE
3434
from archivebox.base_models.models import (
3535
ABIDModel, ABIDField, AutoDateTimeField, get_or_create_system_user_pk,
36-
ModelWithReadOnlyFields, ModelWithSerializers, ModelWithUUID, ModelWithKVTags # ModelWithStateMachine
36+
ModelWithReadOnlyFields, ModelWithSerializers, ModelWithUUID, ModelWithKVTags, # ModelWithStateMachine
3737
ModelWithOutputDir, ModelWithConfig, ModelWithNotes, ModelWithHealthStats
3838
)
3939
from workers.models import ModelWithStateMachine

0 commit comments

Comments
 (0)