PEP8
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import variables as var
|
||||
|
||||
|
||||
def strings(option, *argv, **kwargs):
|
||||
string = ""
|
||||
try:
|
||||
@ -22,6 +23,7 @@ def strings(option, *argv, **kwargs):
|
||||
else:
|
||||
return string
|
||||
|
||||
|
||||
def commands(command):
|
||||
string = ""
|
||||
try:
|
||||
|
Reference in New Issue
Block a user