Skip to content

Commit 36f06a7

Browse files
authored
resolve ruff linter errors
1 parent 3dc70dd commit 36f06a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_scoring/core/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Imports
2323
# ------------------------------------------------------------------------------------------------
2424

25-
from typing import Dict, Any, Optional, Union, List
25+
from typing import Dict, Any, Optional, Union
2626

2727
# ------------------------------------------------------------------------------------------------
2828
# Types

0 commit comments

Comments
 (0)