mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
lint
This commit is contained in:
@@ -42,8 +42,7 @@ class AppVersionViewSet(ListModelMixin, GenericViewSet):
|
||||
plugins = [
|
||||
os.path.basename(x["name"])
|
||||
for x in fs.listdir(dir)
|
||||
if x["type"] == "directory"
|
||||
and os.path.basename(x["name"])
|
||||
if x["type"] == "directory" and os.path.basename(x["name"])
|
||||
not in [
|
||||
"tabby-web-container",
|
||||
"tabby-web-demo",
|
||||
|
||||
Reference in New Issue
Block a user