We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce8f17 commit 3041345Copy full SHA for 3041345
bakta/__init__.py
@@ -1,2 +1,5 @@
1
__version__ = '1.11.0'
2
__db_schema_version__ = 6
3
+
4
+import warnings
5
+warnings.filterwarnings('ignore', message='The value of the smallest subnormal for')
0 commit comments