Skip to content

Commit

Permalink
Link own implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 9, 2023
1 parent 173094c commit e395952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/svcs/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,7 @@ def get_abstract(self, *svc_types: type) -> Any:
or :mod:`abc` classes.
Note:
See https://github.com/python/mypy/issues/4717 why this is
necessary.
See :doc:`typing-caveats` why this is necessary.
"""
return self.get(*svc_types)

Expand Down

0 comments on commit e395952

Please sign in to comment.