summaryrefslogtreecommitdiff
path: root/gitlab/utils.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <debian.org@sodarock.com>2021-02-22 16:19:17 -0800
committerJohn L. Villalovos <debian.org@sodarock.com>2021-02-23 16:33:03 -0800
commitc83eaf4f395300471311a67be34d8d306c2b3861 (patch)
tree8dd8efc8026d1a02f9389767d636fb217e68673f /gitlab/utils.py
parenta7ec67f69a3177a9d6610ca7af80bcf09035cbbd (diff)
downloadgitlab-c83eaf4f395300471311a67be34d8d306c2b3861.tar.gz
chore: remove usage of 'from ... import *'
In gitlab/v4/objects/*.py remove usage of: * from gitlab.base import * * from gitlab.mixins import * Change them to: * from gitlab.base import CLASS_NAME * from gitlab.mixins import CLASS_NAME Programmatically update code to explicitly import needed classes only. After the change the output of: $ flake8 gitlab/v4/objects/*py | grep 'REST\|Mixin' Is empty. Before many messages about unable to determine if it was a valid name.
Diffstat (limited to 'gitlab/utils.py')
0 files changed, 0 insertions, 0 deletions