fix: format all code with black

and from now on should not deviate from that...
This commit is contained in:
Lance Edgar 2025-08-31 12:45:58 -05:00
parent e20ef31ff7
commit 1b01df79e2
9 changed files with 312 additions and 144 deletions

View file

@ -3,4 +3,4 @@
from importlib.metadata import version
__version__ = version('Wutta-Continuum')
__version__ = version("Wutta-Continuum")