summaryrefslogtreecommitdiff
path: root/acl.py
diff options
context:
space:
mode:
Diffstat (limited to 'acl.py')
-rw-r--r--acl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/acl.py b/acl.py
index 0692a04..a936339 100644
--- a/acl.py
+++ b/acl.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python3
-from abc import ABC, abstractmethod
import enum
import fnmatch
import logging
import re
-from typing import Any, Callable, List, Optional, Set, Sequence
+from abc import ABC, abstractmethod
+from typing import Any, Callable, List, Optional, Sequence, Set
from overrides import overrides