aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg/quassel/types.py
diff options
context:
space:
mode:
authorWolfgang Müller2023-03-30 21:06:25 +0200
committerWolfgang Müller2023-03-30 21:06:25 +0200
commitbca0806c06baccd6775ea0e10a26f490602e9520 (patch)
treed012405be4e897cfda6f2b9f24d69589a762712f /quarg/quassel/types.py
parentdf585f56fb0bac5fc77fbbfc44276fe8c1f85f83 (diff)
downloadquarg-bca0806c06baccd6775ea0e10a26f490602e9520.tar.gz
Perform initial linting with ruff
Diffstat (limited to 'quarg/quassel/types.py')
-rw-r--r--quarg/quassel/types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/quarg/quassel/types.py b/quarg/quassel/types.py
index 0ba5a11..2632151 100644
--- a/quarg/quassel/types.py
+++ b/quarg/quassel/types.py
@@ -1,5 +1,6 @@
from enum import Enum
+
class BufferType(Enum):
# INVALID = 0x0
STATUS = 0x1