mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-24 21:30:51 +00:00
chore: Fix errors through S404 noqa's
This commit is contained in:
@@ -7,7 +7,7 @@ if "dev" in __version__:
|
||||
from pathlib import Path
|
||||
|
||||
try:
|
||||
import subprocess # noqa: S404
|
||||
import subprocess # noqa: S404, RUF100
|
||||
|
||||
freqtrade_basedir = Path(__file__).parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user