Skip to content

Commit

Permalink
Add link to Github issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Feb 17, 2024
1 parent d12ffac commit 61b5a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/data/edge_cases/09_double_quotes_in_Literal/google.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# fmt: off

# This edge case comes from https://github.com/jsh9/pydoclint/issues/105

from __future__ import annotations

from typing import Literal
Expand Down
2 changes: 2 additions & 0 deletions tests/data/edge_cases/09_double_quotes_in_Literal/numpy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# fmt: off

# This edge case comes from https://github.com/jsh9/pydoclint/issues/105

from __future__ import annotations

from typing import Literal
Expand Down

0 comments on commit 61b5a01

Please sign in to comment.