Fix pylint issues
This commit is contained in:
@@ -2,4 +2,4 @@ from pathlib import Path
|
||||
import os
|
||||
|
||||
ROOT_SNAPSHOT_PATH = Path(__file__).parent
|
||||
ABIS_FOLDER = "%s/abis" % (os.path.dirname(__file__))
|
||||
ABIS_FOLDER = f"{os.path.dirname(__file__)}/abis"
|
||||
|
||||
Reference in New Issue
Block a user