joweich / chat-miner

Parsers and visualizations for chats
MIT License
567 stars 56 forks source link

[TOOL] Address minor change in black formatter >= 24.1.0 #131

Closed joweich closed 7 months ago

joweich commented 7 months ago

Due to https://github.com/psf/black/pull/3796, our dummy methods aren't compliant with Black >= 24.1.0 anymore. This PR fixes this.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2861497) 89.65% compared to head (549bfa7) 90.34%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #131 +/- ## ========================================== + Coverage 89.65% 90.34% +0.69% ========================================== Files 1 1 Lines 261 259 -2 ========================================== Hits 234 234 + Misses 27 25 -2 ``` | [Flag](https://app.codecov.io/gh/joweich/chat-miner/pull/131/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonas+Weich) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/joweich/chat-miner/pull/131/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonas+Weich) | `90.34% <100.00%> (+0.69%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jonas+Weich#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.