Skip to content

Commit

Permalink
isort imports to make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Jan 24, 2020
1 parent 85a42d9 commit b51415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycounter/helpers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Helper functions used by pycounter."""
import calendar
import datetime
import re

import six
import re


def convert_covered(datestring):
Expand Down

0 comments on commit b51415e

Please sign in to comment.