Skip to content

Commit

Permalink
Fixed linting on two other files.
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Sep 22, 2022
1 parent be29566 commit addab46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion avro/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
'''
'''
1 change: 1 addition & 0 deletions avro/utils/count.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def count_vowels(text) -> int:
count += 1
return count


def count_consonants(text) -> int:
'''
### Count number of occurrences of consonants in a given string.
Expand Down

0 comments on commit addab46

Please sign in to comment.