Skip to content

Commit

Permalink
fix: linter check
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereirampj committed Feb 13, 2024
1 parent 5f66853 commit 7db8a82
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_authorization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test authorization module."""

import pytest

from keycloak.authorization import Permission, Policy, Role
Expand Down
1 change: 1 addition & 0 deletions tests/test_keycloak_openid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test module for KeycloakOpenID."""

from typing import Tuple
from unittest import mock

Expand Down
1 change: 1 addition & 0 deletions tests/test_keycloak_uma.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test module for KeycloakUMA."""

import re

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/test_license.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for license."""

import os


Expand Down
1 change: 1 addition & 0 deletions tests/test_urls_patterns.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test URL patterns."""

import inspect

from keycloak import urls_patterns
Expand Down

0 comments on commit 7db8a82

Please sign in to comment.