Skip to content

Commit 6944bc7

Browse files
committed
fix: reorder import to match style
1 parent 9be4b8d commit 6944bc7

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
@@ -15,6 +15,7 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18+
import urllib.parse
1819
from types import ModuleType
1920
from typing import (
2021
Any,
@@ -35,7 +36,6 @@
3536
from gitlab import exceptions as exc
3637
from gitlab import types as g_types
3738
from gitlab import utils
38-
import urllib.parse
3939

4040
__all__ = [
4141
"GetMixin",

0 commit comments

Comments
 (0)