-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Even though I include --exclude ModelName, I still see that model in the output.
This is true for imported modules in the file.
from abc import Xyz
class PQR(BaseModel):
x: XyzNow if I export it will also export Xyz
if I do --exclude Xyz it still exports it
If I do --exclude PQR then it still export Xyz but not PQR
eyemyth
Metadata
Metadata
Assignees
Labels
No labels