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 Mar 12, 2024
1 parent 952b992 commit 8cdecee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/generate_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Generate the code reference pages and navigation."""

from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions testing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Utilities for unit tests."""

from __future__ import annotations
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""ragamp unit tests."""

from __future__ import annotations

0 comments on commit 8cdecee

Please sign in to comment.