Linting
This commit is contained in:
parent
e1639974e3
commit
a4cdf051ff
1 changed files with 2 additions and 3 deletions
|
@ -123,7 +123,6 @@ class ExecutionApi:
|
||||||
print("Command failed with code: ", exc.returncode, " and message:", exc.stderr)
|
print("Command failed with code: ", exc.returncode, " and message:", exc.stderr)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class EnvironmentApi:
|
class EnvironmentApi:
|
||||||
def get(self, key):
|
def get(self, key):
|
||||||
return environ.get(key)
|
return environ.get(key)
|
||||||
|
|
Loading…
Reference in a new issue