Skip to content

Commit 6e32710

Browse files
committed
clean lint errors
1 parent bf0c8e6 commit 6e32710

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

api/entities/struct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from typing import Optional
2+
from typing import List
23

34
class Struct():
45
"""

dist/code_graph_backend-0.1.0.tar.gz

74 Bytes
Binary file not shown.

tests/source_files/py/src.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from typing import Task
2+
13
def log(msg: str) -> None:
24
print(f'msg: {msg}')
35

0 commit comments

Comments
 (0)