Skip to content

Commit 5ab84e9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e13473e commit 5ab84e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_manager.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import ntpath
22
import os
33
import posixpath
4-
import sys
54
import sqlite3
6-
5+
import sys
76
from unittest.mock import patch
87

98
import pytest
@@ -621,7 +620,6 @@ def test_db_journal_mode(any_fid_manager_class, fid_db_path, jp_root_dir, db_jou
621620
assert actual_journal_mode[0].upper() == expected_journal_mode
622621

623622

624-
625623
def test_multiple_fileIdManager_connections_after_exception(fid_db_path):
626624
original_file_path = "/path/to/file"
627625
copy_location = "/path/to/copy"
@@ -644,4 +642,3 @@ def test_multiple_fileIdManager_connections_after_exception(fid_db_path):
644642
# that the database is not stuck in a locked state.
645643
manager_2 = ArbitraryFileIdManager(db_path=fid_db_path)
646644
manager_2.copy(original_file_path, copy_location)
647-

0 commit comments

Comments
 (0)