diff options
author | John L. Villalovos <john@sodarock.com> | 2021-03-07 09:16:45 -0800 |
---|---|---|
committer | John L. Villalovos <john@sodarock.com> | 2021-03-07 09:30:22 -0800 |
commit | 924f83eb4b5e160bd231efc38e2eea0231fa311f (patch) | |
tree | 2d66f0ad7b2accd1b584aafd55c22aaf595d660e /gitlab/v4/objects/notes.py | |
parent | 48fc907403b630f069dfd63fada73f96a8c6e983 (diff) | |
download | gitlab-924f83eb4b5e160bd231efc38e2eea0231fa311f.tar.gz |
chore: make _types always present in RESTManager
We now create _types = {} in RESTManager class.
By making _types always present in RESTManager it makes the code
simpler. We no longer have to do:
types = getattr(self, "_types", {})
And the type checker now understands the type.
Diffstat (limited to 'gitlab/v4/objects/notes.py')
0 files changed, 0 insertions, 0 deletions