Update scripts/phase0/function_puller.py
Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
parent
d2b7a8f5de
commit
110af997cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue