Skip to content

exclude not working #53

@abhinavdayal

Description

@abhinavdayal

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: Xyz

Now 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions