Update scripts/phase0/function_puller.py

Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
Hsiao-Wei Wang 2019-04-16 13:32:28 +10:00 committed by GitHub
parent d2b7a8f5de
commit 110af997cd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import sys
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