Skip to content

Commit 4194666

Browse files
committed
Addresses linting issues
1 parent f1c90fe commit 4194666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_blame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import os
66
import pytest
77
import requests
8-
98
from git import Repo
109

10+
1111
# pylint: disable=W0601
1212
def pytest_configure(config):
1313
"""Regex to read the repo path"""

0 commit comments

Comments
 (0)