python-stdnum branch master updated. 1.17-46-g8b5b07a
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.17-46-g8b5b07a
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.17-46-g8b5b07a
- Date: Wed, 19 Oct 2022 22:22:35 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 8b5b07af1df45804e82076431906314e64f9be9c (commit)
from 09d595bad2333bcd1641104ee672f9c4ad4ba6df (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=8b5b07af1df45804e82076431906314e64f9be9c
commit 8b5b07af1df45804e82076431906314e64f9be9c
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Wed Oct 19 22:19:22 2022 +0200
Remove unused import
Fixes 09d595b
diff --git a/stdnum/casrn.py b/stdnum/casrn.py
index cb0555b..f4f1dc6 100644
--- a/stdnum/casrn.py
+++ b/stdnum/casrn.py
@@ -41,7 +41,7 @@ InvalidFormat: ...
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]$')
-----------------------------------------------------------------------
Summary of changes:
stdnum/casrn.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.17-46-g8b5b07a,
Commits of the python-stdnum project