Skip to content

Commit d37f43a

Browse files
committed
STY: Flake8 failures.
1 parent ce8bdc3 commit d37f43a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pgcontents/error.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ class PathOutsideRoot(Exception):
2222
class FileExists(Exception):
2323
pass
2424

25+
2526
class DirectoryExists(Exception):
2627
pass
2728

29+
2830
class DirectoryNotEmpty(Exception):
2931
pass
3032

pgcontents/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from sqlalchemy import (
77
and_,
8-
asc,
98
cast,
109
desc,
1110
func,

0 commit comments

Comments
 (0)