We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8bdc3 commit d37f43aCopy full SHA for d37f43a
pgcontents/error.py
@@ -22,9 +22,11 @@ class PathOutsideRoot(Exception):
22
class FileExists(Exception):
23
pass
24
25
+
26
class DirectoryExists(Exception):
27
28
29
30
class DirectoryNotEmpty(Exception):
31
32
pgcontents/query.py
@@ -5,7 +5,6 @@
5
6
from sqlalchemy import (
7
and_,
8
- asc,
9
cast,
10
desc,
11
func,
0 commit comments