Skip to content

Commit

Permalink
Fix error type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGithubUser committed Aug 17, 2023
1 parent 6d46315 commit 9a7de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/configuration/search_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from . import exceptions

LOG: logging.Logger = logging.getLogger(__name__)
site_packages_in_root: Dict[str : Tuple[str]] = {}
site_packages_in_root: Dict[str, Tuple[str]] = {}


def _expand_relative_root(path: str, relative_root: str) -> str:
Expand Down

0 comments on commit 9a7de90

Please sign in to comment.