fix: fix kaggle templates path error (#747)

* fix kaggle templates path error

* add env.py dependence

* reformat with lint
This commit is contained in:
Linlang
2025-04-04 11:20:33 +08:00
committed by GitHub
parent af9582a0a7
commit cd5681ea96
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ ignore = [
"S101",
"S301",
"T20",
"TCH003",
"TC003",
"TD",
]
select = ["ALL"]