boxine / bx_py_utils

Various Python utility functions
MIT License
7 stars 1 forks source link

remove warning from DocWrite #195

Closed jedie closed 3 months ago

jedie commented 3 months ago

e.g.:

/bx_py_utils/doc_write/docstrings.py:14: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
  if isinstance(node, ast.Expr) and isinstance(node.value, ast.Str):