Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 30, 2024
1 parent e218cdd commit 6921143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_reporter_utils_logger_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Tests for the logger_config module"""

from logging import DEBUG, INFO, WARNING, ERROR, FATAL, FileHandler, StreamHandler
from os import path, remove, environ
from os import path, remove
from random import choice

from faker import Faker
Expand Down

0 comments on commit 6921143

Please sign in to comment.