Skip to content

Commit

Permalink
fix pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Feb 14, 2025
1 parent a554adc commit 742850a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pydoctor/epydoc/markup/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from typing import Callable, Dict, List, Union, cast

from pydoctor.epydoc.markup import ParseError, ParsedDocstring
from pydoctor.epydoc.markup.restructuredtext import parse_docstring
from pydoctor.epydoc.markup._pyval_repr import PyvalColorizer
from pydoctor.napoleon.docstring import TokenType, TypeDocstring
from pydoctor.epydoc.docutils import new_document, set_node_attributes
Expand Down
1 change: 0 additions & 1 deletion pydoctor/test/test_type_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pydoctor.test.test_astbuilder import fromText
from pydoctor.stanutils import flatten
from pydoctor.epydoc.markup._types import ParsedTypeDocstring
from pydoctor.napoleon.docstring import TypeDocstring
import pydoctor.epydoc.markup
from pydoctor import model

Expand Down

0 comments on commit 742850a

Please sign in to comment.