From f00f297e2611498d253b904f4f65a8c693b8bc79 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 22:22:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_fileChecker.py | 1 + tests/test_smartDirectoryPath.py | 1 + tests/test_smartFilePath.py | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/test_fileChecker.py b/tests/test_fileChecker.py index 8ab3d5f..e936b4b 100644 --- a/tests/test_fileChecker.py +++ b/tests/test_fileChecker.py @@ -3,6 +3,7 @@ from pathlib import Path import pytest + from file_tree_check.fileChecker import get_total_file_count diff --git a/tests/test_smartDirectoryPath.py b/tests/test_smartDirectoryPath.py index 402dc20..cdea951 100644 --- a/tests/test_smartDirectoryPath.py +++ b/tests/test_smartDirectoryPath.py @@ -3,6 +3,7 @@ from pathlib import Path import pytest + from file_tree_check.smartDirectoryPath import SmartDirectoryPath diff --git a/tests/test_smartFilePath.py b/tests/test_smartFilePath.py index ab989bd..b6c762f 100644 --- a/tests/test_smartFilePath.py +++ b/tests/test_smartFilePath.py @@ -3,6 +3,7 @@ from pathlib import Path import pytest + from file_tree_check.smartDirectoryPath import SmartDirectoryPath from file_tree_check.smartFilePath import SmartFilePath