Fix python lint

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-30 17:34:57 +02:00
parent f3eb4f7148
commit 6dd70e11a8
7 changed files with 23 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
from pathlib import Path
from typing import List
import re
from ragger.backend import BackendInterface
from ragger.utils.misc import get_current_app_name_and_version