lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.20-36-g497bb11

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.20-36-g497bb11



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  497bb1148ef2fd5d2371e99a33ede64d098640c4 (commit)
      from  bfac07b4f00cb3c55c9f1b68879042b7f47b1e4e (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=497bb1148ef2fd5d2371e99a33ede64d098640c4

commit 497bb1148ef2fd5d2371e99a33ede64d098640c4
Author: Leandro Regueiro <leandro.regueiro@gmail.com>
Date:   Sun Sep 4 19:13:25 2022 +0200

    Add VAT alias for Thailand TIN number
    
    Based on 
https://github.com/arthurdejong/python-stdnum/issues/118#issuecomment-920521305
    Closes https://github.com/arthurdejong/python-stdnum/pull/314

diff --git a/stdnum/th/__init__.py b/stdnum/th/__init__.py
index 7e47a0c..37e974f 100644
--- a/stdnum/th/__init__.py
+++ b/stdnum/th/__init__.py
@@ -19,3 +19,8 @@
 # 02110-1301 USA
 
 """Collection of Thai numbers."""
+
+from __future__ import annotations
+
+# provide aliases
+from stdnum.th import moa as vat  # noqa: F401

-----------------------------------------------------------------------

Summary of changes:
 stdnum/th/__init__.py | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
python-stdnum