mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
removed unused imports
This commit is contained in:
@ -12,13 +12,9 @@ from datetime import datetime
|
|||||||
|
|
||||||
from dataset import (
|
from dataset import (
|
||||||
Comment,
|
Comment,
|
||||||
Dataset,
|
|
||||||
Dataset_new,
|
Dataset_new,
|
||||||
DatasetEntry,
|
|
||||||
DatasetEntry_new,
|
DatasetEntry_new,
|
||||||
FileData,
|
|
||||||
FileData_new,
|
FileData_new,
|
||||||
Metadata,
|
|
||||||
Metadata_new,
|
Metadata_new,
|
||||||
)
|
)
|
||||||
from errors import (
|
from errors import (
|
||||||
|
Reference in New Issue
Block a user