Skip to content

Commit

Permalink
Remove missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Dec 5, 2024
1 parent 30cdb7a commit 38231e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydoctor/test/test_napoleon_docstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from unittest import TestCase
from textwrap import dedent

from pydoctor.epydoc.markup import ObjClass
from pydoctor.napoleon.docstring import (GoogleDocstring as _GoogleDocstring,
NumpyDocstring as _NumpyDocstring,
TokenType, TypeDocstring, is_type, is_google_typed_arg)
Expand Down

0 comments on commit 38231e3

Please sign in to comment.