summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/push_rules.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <debian.org@sodarock.com>2021-02-22 13:48:21 -0800
committerJohn L. Villalovos <debian.org@sodarock.com>2021-02-22 14:12:03 -0800
commitbf0c8c5d123a7ad0587cb97c3aafd97ab2a9dabf (patch)
treef0364712a74c92c83e1cdc54e4e1540f08acee29 /gitlab/v4/objects/push_rules.py
parent8c58b071329ec5d37c45647963160ee54cc4048e (diff)
downloadgitlab-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/push_rules.py')
0 files changed, 0 insertions, 0 deletions