Skip to content

Commit

Permalink
added types to python function
Browse files Browse the repository at this point in the history
  • Loading branch information
jayam04 committed Apr 6, 2024
1 parent 45fd210 commit 680bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_third_party_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def compile_protobuf_files(proto_files_paths: List[str]) -> None:
r'^import (\w*_pb2 as)', r'from proto_files import \1')


def fix_google_module(correct_google_path):
def fix_google_module(correct_google_path: str) -> None:
"""Fixes the google module by creating __init__.py files in the
correct google module directory.
Expand Down

0 comments on commit 680bcfa

Please sign in to comment.