Skip to content

Commit

Permalink
Bump black from 22.12.0 to 23.3.0 (#224)
Browse files Browse the repository at this point in the history
* Bump black from 22.12.0 to 23.3.0

Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Include auto-fixed by black: white lines

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John de Rooij <john.de.rooij@gmail.com>
  • Loading branch information
dependabot[bot] and joro75 committed Jul 11, 2023
1 parent bb97b72 commit 5245d94
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
1 change: 0 additions & 1 deletion mytoyota/models/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(
status: dict[str, Any] | None = None,
status_legacy: dict[str, Any] | None = None,
) -> None:

self._connected_services = connected_services
self._vehicle_info = vehicle_info

Expand Down
1 change: 0 additions & 1 deletion mytoyota/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def __init__(
imperial: bool = False,
use_liters: bool = False,
) -> None:

self._now: Arrow = arrow.now()

if not raw_statistics:
Expand Down
42 changes: 28 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5245d94

Please sign in to comment.