aboutsummarybugs & patchesrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2026-01-26 18:05:41 +0100
committerVosjedev <vosje@vosjedev.net>2026-01-26 18:05:41 +0100
commitf655b95195667d98d61f147eb1fd99700c7c7195 (patch)
tree6639f1185e7ad4ba0bcdb970a3b9384d4fe2c002
parent82559c70b19bfa1c8c69b99340984419828cfbd1 (diff)
downloaddiscord_image_bridge-f655b95195667d98d61f147eb1fd99700c7c7195.tar.gz
discord_image_bridge-f655b95195667d98d61f147eb1fd99700c7c7195.tar.bz2
discord_image_bridge-f655b95195667d98d61f147eb1fd99700c7c7195.tar.xz
fsmanager.py: get rid of `select`, we don't use it
Signed-off-by: Vosjedev <vosje@vosjedev.net>
-rw-r--r--src/discord_image_bridge/fsmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord_image_bridge/fsmanager.py b/src/discord_image_bridge/fsmanager.py
index b96e70e..74b1587 100644
--- a/src/discord_image_bridge/fsmanager.py
+++ b/src/discord_image_bridge/fsmanager.py
@@ -1,4 +1,4 @@
-import os, fcntl, select
+import os, fcntl
import json
from threading import Event