Skip to content

Commit 85b564a

Browse files
committed
Fix for isort
1 parent 97fda38 commit 85b564a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onlinejudge_verify/languages/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import textwrap
66
from logging import getLogger
7-
from typing import List, Sequence, Tuple, Dict, Any
7+
from typing import Any, Dict, List, Sequence, Tuple
88

99
import importlab.environment
1010
import importlab.fs

0 commit comments

Comments
 (0)