Skip to content

Commit

Permalink
Merge pull request #56 from jdufresne/unused
Browse files Browse the repository at this point in the history
Remove unused imports in pytoml/parser.py
  • Loading branch information
avakar authored Jan 2, 2019
2 parents db4cdf3 + e7ca983 commit 1b6ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytoml/parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import string, re, sys, datetime
import re, sys
from .core import TomlError
from .utils import rfc3339_re, parse_rfc3339_re

Expand Down

0 comments on commit 1b6ebc7

Please sign in to comment.