Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Fixes 09d595b
  • Loading branch information
arthurdejong committed Oct 19, 2022
1 parent 09d595b commit 8b5b07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdnum/casrn.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import re

from stdnum.exceptions import *
from stdnum.util import clean, isdigits
from stdnum.util import clean


_cas_re = re.compile(r'^[1-9][0-9]{1,6}-[0-9]{2}-[0-9]$')
Expand Down

0 comments on commit 8b5b07a

Please sign in to comment.