X Tutup
Skip to content

Commit 42007ec

Browse files
author
Gauvain Pocentek
committed
pep8 fix
1 parent 174185b commit 42007ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import gitlab
1919
from gitlab import base
2020
from gitlab import cli
21-
from gitlab import types as g_types
2221
from gitlab import exceptions as exc
22+
from gitlab import types as g_types
2323

2424

2525
class GetMixin(object):

0 commit comments

Comments
 (0)
X Tutup