Skip to content

Commit 406b4a4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 232b251 commit 406b4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litmodels/integrations/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import tempfile
33
from abc import ABC
44
from pathlib import Path
5-
from typing import Optional, Any
5+
from typing import Optional
66

77
from litmodels import download_model, upload_model
88

0 commit comments

Comments
 (0)