Make poetry run black happy

This commit is contained in:
Konstantin Knizhnik
2023-09-23 18:49:49 +03:00
parent 36a821270b
commit ac9b5c4726

View File

@@ -11,7 +11,6 @@ from fixtures.utils import query_scalar
def test_local_file_cache_unlink(neon_simple_env: NeonEnv):
env = neon_simple_env
cache_dir = os.path.join(env.repo_dir, "file_cache")
os.mkdir(cache_dir)