Skip to content

Commit

Permalink
fix: sorting imports?
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Sep 22, 2023
1 parent 84d81d9 commit 7a5cdbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_constants.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""Pytest test suite for the constants module."""

from dataclasses import FrozenInstanceError
from pathlib import Path

import pytest
from hypothesis import given, strategies
from pathlib import Path

from chasten import constants

Expand Down
2 changes: 1 addition & 1 deletion tests/test_filesystem.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""Pytest test suite for the filesystem module."""

import pathlib
from pathlib import Path
from unittest.mock import patch

import pytest
from hypothesis import given, strategies
from pathlib import Path
from rich.tree import Tree

from chasten import constants, filesystem
Expand Down

0 comments on commit 7a5cdbb

Please sign in to comment.