Skip to content

Commit

Permalink
Black reformats adding one empty line below docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrismistriotis committed Apr 18, 2024
1 parent 0babad1 commit cd72b4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions profanity_check/command_line.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""For Command Line Interface"""

import sys

from .profanity_check import predict
Expand Down
1 change: 1 addition & 0 deletions profanity_check/data/train_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Train Model from data"""

import hashlib
import subprocess
import sys
Expand Down
1 change: 1 addition & 0 deletions profanity_check/profanity_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Profanity check exposed methods"""

import sys

#
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Setup"""

from pathlib import Path
import setuptools

Expand Down
1 change: 1 addition & 0 deletions tests/test_profanity_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""(Mostly smoke) tests"""

from profanity_check import predict, predict_prob


Expand Down

0 comments on commit cd72b4c

Please sign in to comment.