Improve misc Rendering, Analyze Command, OrbiterOperator#127
Improve misc Rendering, Analyze Command, OrbiterOperator#127fritz-astronomer merged 18 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes the rendering of import statements to correctly distinguish between import and from ... import syntax in the requirement module.
Changes:
- Added conditional logic to properly handle module-based imports versus direct imports
- Ensured
import datetimeis rendered correctly instead offrom datetime
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #127 +/- ##
==========================================
+ Coverage 78.92% 82.41% +3.48%
==========================================
Files 35 51 +16
Lines 1362 2019 +657
==========================================
+ Hits 1075 1664 +589
- Misses 287 355 +68 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
closes #126
import datetimenotfrom datetime