- Notifications
You must be signed in to change notification settings - Fork673
chore: remove import of gitlab.utils from __init__.py#1340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: remove import of gitlab.utils from __init__.py#1340
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Initially when extracting out the gitlab/client.py code we tried toremove this but functional tests failed.Later we fixed the functional test that was failing, so now remove theunneeded import.
codecov-io commentedFeb 26, 2021
Codecov Report
@@ Coverage Diff @@## master #1340 +/- ##==========================================- Coverage 80.28% 80.28% -0.01%========================================== Files 72 72 Lines 3744 3743 -1 ==========================================- Hits 3006 3005 -1 Misses 738 738
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
Initially when extracting out the gitlab/client.py code we tried to
remove this but functional tests failed.
Later we fixed the functional test that was failing, so now remove the
unneeded import.