Skip to content

Commit

Permalink
Update scripts/phase0/function_puller.py
Browse files Browse the repository at this point in the history
Co-Authored-By: protolambda <[email protected]>
  • Loading branch information
hwwhww and protolambda authored Apr 16, 2019
1 parent d2b7a8f commit 110af99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/phase0/function_puller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List


def get_spec(file_name) -> List[str]:
def get_spec(file_name: str) -> List[str]:
code_lines = []
pulling_from = None
current_name = None
Expand Down

0 comments on commit 110af99

Please sign in to comment.