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 Feb 12, 2024
1 parent 9d0a425 commit 9e59827
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging
import os
import shutil
import tempfile

from pytwin import (
PyTwinLogLevel,
Expand All @@ -14,9 +15,6 @@
pytwin_logging_is_enabled,
)

import tempfile


UNIT_TEST_WD = os.path.join(os.path.dirname(__file__), "unit_test_wd")


Expand Down

0 comments on commit 9e59827

Please sign in to comment.