Skip to content
Snippets Groups Projects
Verified Commit eb6121b1 authored by Mark's avatar Mark
Browse files

Remove unnecessary strip command

parent b3767d71
No related branches found
No related tags found
Loading
Pipeline #811 passed with stages
in 1 minute and 35 seconds
...@@ -23,7 +23,7 @@ class User(): ...@@ -23,7 +23,7 @@ class User():
}} }}
}} }}
}} }}
}}}}'''.format(self.username).strip() }}}}'''.format(self.username)
result = json.loads(GRAPHQL_CLIENT.execute(querystring)) result = json.loads(GRAPHQL_CLIENT.execute(querystring))
if "data" in result: if "data" in result:
data = result["data"]["getUser"] data = result["data"]["getUser"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment