Skip to content

Commit

Permalink
Update .github/utils/check_imports.py
Browse files Browse the repository at this point in the history
Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
anakin87 and shadeMe authored Nov 29, 2024
1 parent 578ab71 commit 0b488ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/utils/check_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import traceback
from haystack import logging # pylint: disable=unused-import # this is needed to avoid circular imports

def validate_package_imports(directory):
def validate_package_imports(directory: str):
"""
Recursively search for directories with __init__.py and import them.
"""
Expand Down

0 comments on commit 0b488ca

Please sign in to comment.