Skip to content

Commit

Permalink
Merge pull request #35 from NiceAesth/isort
Browse files Browse the repository at this point in the history
chore: remove `reorder-python-imports`
  • Loading branch information
NiceAesth committed Feb 10, 2024
2 parents 22d5be4 + 6982055 commit fee962f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions aiordr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# isort: dont-add-imports
from __future__ import annotations

from datetime import date
Expand Down
1 change: 1 addition & 0 deletions aiordr/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This module contains models for the o!rdr API."""
# isort: dont-add-imports
from __future__ import annotations

from .base import *
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
# isort: dont-add-imports
from __future__ import annotations

import os
Expand Down
1 change: 1 addition & 0 deletions tests/classes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# isort: dont-add-imports
from __future__ import annotations

from .mock import MockResponse

0 comments on commit fee962f

Please sign in to comment.