Skip to content

Commit 3fcb657

Browse files
authored
Removing not needed imports
1 parent b887d66 commit 3fcb657

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/keycloak/keycloak_admin.py

-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@
2626

2727
"""The keycloak admin module."""
2828

29-
import copy
3029
import json
3130
from builtins import isinstance
3231
from typing import Iterable
3332

34-
from requests_toolbelt import MultipartEncoder
35-
3633
from . import urls_patterns
3734
from .connection import ConnectionManager
3835
from .exceptions import (

0 commit comments

Comments
 (0)