mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Add Typing
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
This commit is contained in:
parent
7dd4a3b8bd
commit
8f58c786bb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def process_obj(input_file: str, output_file: str) -> None:
|
|||
os.remove("temp")
|
||||
|
||||
|
||||
def trim_lines(in_obj, out_obj):
|
||||
def trim_lines(in_obj: TextIO, out_obj: TextIO) -> None:
|
||||
for line in in_obj:
|
||||
line = trim_line(line)
|
||||
if line:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue