From 10b9491715b5996ab2ca7daf40dec358fc77c6b1 Mon Sep 17 00:00:00 2001 From: Nicolas Frank Date: Wed, 11 Sep 2024 16:28:13 +0200 Subject: [PATCH] Fix ruff --- src/neuroagent/__init__.py | 3 ++- tests/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/neuroagent/__init__.py b/src/neuroagent/__init__.py index c9e316b..3ea7d87 100644 --- a/src/neuroagent/__init__.py +++ b/src/neuroagent/__init__.py @@ -1,2 +1,3 @@ """Neuroagent package.""" -__version__ = "0.0.0" \ No newline at end of file + +__version__ = "0.0.0" diff --git a/tests/__init__.py b/tests/__init__.py index b5ad109..f53f6a0 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1 +1 @@ -"""Neuroagent tests.""" \ No newline at end of file +"""Neuroagent tests."""