diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-08 23:57:32 +0200 |
---|---|---|
committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-08-22 19:30:20 +0200 |
commit | 402566a665dfdf0862f15a7e59e4d804d1301c77 (patch) | |
tree | d2567bed86b65d38afe283bb1fb7b74a062dadf3 /gitlab/v4/cli.py | |
parent | cfa80974a1e767928016e3935d2fd94d4ab705c1 (diff) | |
download | gitlab-402566a665dfdf0862f15a7e59e4d804d1301c77.tar.gz |
chore: remove remnants of python2 imports
Diffstat (limited to 'gitlab/v4/cli.py')
-rw-r--r-- | gitlab/v4/cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/cli.py b/gitlab/v4/cli.py index a875261..51416f1 100644 --- a/gitlab/v4/cli.py +++ b/gitlab/v4/cli.py @@ -16,7 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from __future__ import print_function import inspect import operator import sys |