Apply manageproject updates

This commit is contained in:
Jens Diemer 2024-08-02 17:01:38 +02:00
parent 63b4b74957
commit 14f80585e0
7 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,3 @@
from for_runners_ynh.cli.dev import PACKAGE_ROOT
@ -11,8 +10,8 @@ from bx_django_utils.filename import clean_filename
from bx_py_utils.path import assert_is_dir, assert_is_file
from django.test.testcases import TestCase
from django_tools.unittest_utils.project_setup import check_editor_config
from for_runners import __version__ as upstream_version
from django_example import __version__ as upstream_version
from for_runners_ynh import __version__ as ynh_pkg_version