aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/utils.py')
-rw-r--r--pathod/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/utils.py b/pathod/utils.py
index 07b6933e..2d077c48 100644
--- a/pathod/utils.py
+++ b/pathod/utils.py
@@ -3,7 +3,7 @@ import sys
import netlib.utils
-class MemBool():
+class MemBool:
"""
Truth-checking with a memory, for use in chained if statements.