Skip to content

Commit c9890ba

Browse files
committed
Remove unnecessary docstub directive comments
Dataclasses are supported now.
1 parent 97ad55b commit c9890ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/docstub/_analysis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,10 @@ class KnownImport:
7171
<KnownImport 'from numpy import uint8 as ui8'>
7272
"""
7373

74-
# docstub: off
7574
import_name: str | None = None
7675
import_path: str | None = None
7776
import_alias: str | None = None
7877
builtin_name: str | None = None
79-
# docstub: on
8078

8179
@classmethod
8280
@cache

0 commit comments

Comments
 (0)