Skip to content

Commit 005b7e4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c06f24 commit 005b7e4

6 files changed

Lines changed: 1 addition & 5 deletions

File tree

tcms_api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
to open a pull request with your own examples!
107107
108108
"""
109+
109110
import os
110111
from configparser import ConfigParser
111112
from datetime import datetime, timedelta

tcms_api/xmlrpc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
from tcms_api.version import __version__
1919

20-
2120
VERBOSE = 0
2221
_PYTHON_VERSION = sys.version.replace("\n", "")
2322

tests/krb5/integration_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import requests
1515
from tcms_api import TCMS
1616

17-
1817
try:
1918
_create_unverified_https_context = ssl._create_unverified_context
2019
except AttributeError:

tests/krb5/kiwitcms_kerberos/db_init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from tcms.management.models import Classification
55
from tcms.utils.permissions import initiate_user_with_default_setups
66

7-
87
# this will be used for API calls
98
bot = User.objects.create(
109
username="kiwitcms-bot",

tests/krb5/kiwitcms_kerberos/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from tcms.urls import urlpatterns
55

6-
76
urlpatterns += [
87
re_path(r"", include("social_django.urls", namespace="social")),
98
]

tests/krb5/python_credentials_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import requests
1313
from tcms_api import TCMS
1414

15-
1615
try:
1716
_create_unverified_https_context = ssl._create_unverified_context
1817
except AttributeError:

0 commit comments

Comments
 (0)