Skip to content

Commit 235303b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b0035d1 commit 235303b

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
@@ -3,7 +3,7 @@
33
import warnings
44
from abc import ABC
55
from pathlib import Path
6-
from typing import Optional, TYPE_CHECKING
6+
from typing import TYPE_CHECKING, Optional
77

88
from litmodels import download_model, upload_model
99

0 commit comments

Comments
 (0)