diff options
| author | John L. Villalovos <debian.org@sodarock.com> | 2021-02-22 13:48:21 -0800 |
|---|---|---|
| committer | John L. Villalovos <debian.org@sodarock.com> | 2021-02-22 14:12:03 -0800 |
| commit | bf0c8c5d123a7ad0587cb97c3aafd97ab2a9dabf (patch) | |
| tree | f0364712a74c92c83e1cdc54e4e1540f08acee29 /gitlab/v4/objects | |
| parent | 8c58b071329ec5d37c45647963160ee54cc4048e (diff) | |
| download | gitlab-bf0c8c5d123a7ad0587cb97c3aafd97ab2a9dabf.tar.gz | |
chore: remove usage of 'from ... import *' in client.py
In gitlab/client.py remove usage of:
* from gitlab.const import *
* from gitlab.exceptions import *
Change them to:
* import gitlab.const
* import gitlab.exceptions
Update code to explicitly reference things in gitlab.const and
gitlab.exceptions
A flake8 run no longer lists any undefined variables. Before it listed
possible undefined variables.
Diffstat (limited to 'gitlab/v4/objects')
0 files changed, 0 insertions, 0 deletions
