Skip to content

Commit

Permalink
Newline & Remove 'logging'
Browse files Browse the repository at this point in the history
  • Loading branch information
stryker2k2 committed Feb 8, 2024
1 parent 0c13422 commit 040f72e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .base import ModuleTestBase
import logging

# import logging


class TestNewsletters(ModuleTestBase):
Expand Down
2 changes: 1 addition & 1 deletion lint-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ echo \
# Show Changes
echo -e "${GREEN}Showing Changes Made from Black & Flake8 (using git status)${ENDCOLOR}"
git status
echo \
echo \

0 comments on commit 040f72e

Please sign in to comment.