forked from pool/python-pycares
* Swap out is_all_ascii for built-in str.isascii by @bdraco in (#209) * Fixup tests by @saghul in (#214) * Add initial type annotations by @Dreamsorcerer in (#212) * Fix module has no attribute type errors by @Dreamsorcerer in (#211) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=25
10 lines
184 B
Diff
10 lines
184 B
Diff
---
|
|
tests/__init__.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- /dev/null
|
|
+++ b/tests/__init__.py
|
|
@@ -0,0 +1 @@
|
|
+# This file intentionally left blank.
|
|
\ No newline at end of file
|