gaogaotiantian / objprint

A library that can print Python objects in human readable format
Apache License 2.0
519 stars 43 forks source link

Minor `import` update #108

Open randomseed42 opened 2 months ago

randomseed42 commented 2 months ago

When I'm referencing the project structure, it is found that executing/__init__.py has already imported Source and included in __all__, so is it more reasonable to change frame_analyzer.py line 10 from .executing.executing import Source # type: ignore to from .executing import Source?

gaogaotiantian commented 2 months ago

Sure that's slightly better.