Skip to content

Commit

Permalink
Ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
Athroniaeth committed Jan 27, 2024
1 parent b25989d commit 0490559
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/pytest_lock/fixtures/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import time
from abc import ABC
from datetime import datetime
from typing import Any, Callable, Optional, Tuple
from typing import Any, Callable, Optional, Tuple, override

import pytest
from typing import override

from pytest_lock.fixtures.base import FixtureBase
from pytest_lock.models.cache.lock import Lock
Expand Down
4 changes: 1 addition & 3 deletions src/pytest_lock/fixtures/reversed.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import warnings
from abc import ABC
from typing import Any, Callable, Tuple

from typing import override
from typing import Any, Callable, Tuple, override

from pytest_lock.fixtures.base import FixtureBase

Expand Down
1 change: 0 additions & 1 deletion src/pytest_lock/parser_file/json.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
from pathlib import Path

from typing import override

from pytest_lock.models.cache.file import FileCache
Expand Down

0 comments on commit 0490559

Please sign in to comment.