edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

Fix type annotations for `sources` parameter #41

Closed danielkza closed 6 months ago

danielkza commented 6 months ago

seems the lint is failing due to import order, but I didn't change any imports

edornd commented 6 months ago

Thank you @danielkza, I'll give it a check tomorrow, it is indeed weird, these imports were never changed.

edornd commented 6 months ago

I figured out the issue: an extra space :) I'm closing this just for practical reasons, but thank you for the PR.