Skip to content

Commit 5384ae9

Browse files
committed
fix linting error
1 parent af9bc9e commit 5384ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/test_log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import pytest
55
from src.tests.test_objects import test_video_data
66

7+
78
class TestLogging:
89
@pytest.mark.parametrize('level', ['debug', 'info', 'warn', 'error', 'asdf'])
910
def test_get_log_level(self, logger, level):

0 commit comments

Comments
 (0)