Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlasevich committed Sep 19, 2024
1 parent 3967675 commit d078608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastapi_cli/discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ModuleData:
extra_sys_path: Path

@contextmanager
def sys_path(self) -> Generator:
def sys_path(self) -> Generator[str]:
"""Context manager to temporarily alter sys.path"""
extra_sys_path = str(self.extra_sys_path) if self.extra_sys_path else ""
if extra_sys_path:
Expand Down

0 comments on commit d078608

Please sign in to comment.