Skip to content

Commit c3b645e

Browse files
Remove unneeded import
Signed-off-by: Jacob Stopak <[email protected]>
1 parent 444530e commit c3b645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_sim/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pathlib
2-
from typing import List, Union, ClassVar
2+
from typing import List, Union
33

44
from pydantic_settings import BaseSettings
55

0 commit comments

Comments
 (0)