mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
fix(ml): remove unused import (#6356)
* remove unused import * formatting
This commit is contained in:
parent
20be42cec0
commit
e2666f0e74
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
import tempfile
|
import tempfile
|
||||||
import warnings
|
import warnings
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass, field
|
||||||
from math import e
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import open_clip
|
import open_clip
|
||||||
|
|
Loading…
Add table
Reference in a new issue