8000 Merge pull request #118 from gy741/clean_code · sendgrid/python-http-client@9e577ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e577ee

Browse files
Merge pull request #118 from gy741/clean_code
remove dead code in profile.py
2 parents c0d620e + 909644c commit 9e577ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/profile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ def static_version():
161161
run_tested_code(client, 10)
162162

163163

164-
dynamic_result = dynamic_version()
165-
static_result = static_version()
164+
dynamic_version()
165+
static_version()

0 commit comments

Comments
 (0)
0