Skip to content

Commit a576319

Browse files
committed
Fix linting.
1 parent 26ab6ac commit a576319

File tree

1 file changed

+1
-1
lines changed
  • epictrack-api/src/api/services

1 file changed

+1
-1
lines changed

epictrack-api/src/api/services/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
"""User service"""
15+
from flask import current_app
1516
from api.exceptions import BusinessError, PermissionDeniedError
1617
from api.utils import TokenInfo
1718

18-
from flask import current_app
1919
from .keycloak import KeycloakService
2020

2121
class UserService:

0 commit comments

Comments
 (0)