]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/progress.py
Reformat using Black
[lightcards.git] / lightcards / progress.py
index 2147bff8b0e31b47441ef3e631ba0a0f93b65419..6fd3f3c2d68d1b7affc073d7c4ce861860a0fa81 100644 (file)
@@ -13,7 +13,7 @@ dired = f"{os.path.expanduser('~')}/.cache/lightcards/"
 def name_gen(stra):
     hasher = hashlib.md5()
     hasher.update(str(stra).encode("utf-8"))
-    return(hasher.hexdigest())
+    return hasher.hexdigest()
 
 
 def make_dirs(dired):