Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2023
1 parent 77ce0f9 commit 57ca7a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pysamplelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Top-level package of `pysamplelib`."""

from __future__ import annotations

from .__version__ import __version__
Expand Down
1 change: 1 addition & 0 deletions pysamplelib/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This package uses Semantic Versioning, see: https://semver.org.
"""

from __future__ import annotations

MAJOR = 0
Expand Down
1 change: 1 addition & 0 deletions pysamplelib/fizzbuzz.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""FizzBuzz implementation."""

from __future__ import annotations

import collections
Expand Down

0 comments on commit 57ca7a1

Please sign in to comment.