aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-04-17 16:00:48 +0300
committerBonfaceKilz2024-04-30 13:09:46 +0300
commit182376c1a06c95e67ae30aad6d9d4baf32af7910 (patch)
treeeee397df008570d4b699f7691186a044b2da4881
parent1b325ef96d36f75954f5922376457cf68451c1fd (diff)
downloadgenenetwork2-182376c1a06c95e67ae30aad6d9d4baf32af7910.tar.gz
Remove unused imports.
* gn2/wqflask/edit.py: Delete subprocess, Paht, Either, Left, Right. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--gn2/wqflask/edit.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gn2/wqflask/edit.py b/gn2/wqflask/edit.py
index c0456615..98288325 100644
--- a/gn2/wqflask/edit.py
+++ b/gn2/wqflask/edit.py
@@ -1,17 +1,13 @@
import uuid
import requests
-import subprocess
import time
from urllib.parse import urljoin
-from pathlib import Path
from gn2.wqflask.oauth2.client import oauth2_get
from gn2.wqflask.oauth2.session import session_info
from gn2.wqflask.oauth2.tokens import JWTToken
-from pymonad.either import Either, Left, Right
-
from flask import (Blueprint,
flash,
redirect,