mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
misc cleanup (#84)
* remove inline pylint * cspell * pylint import * pylint flac * pylint ycruncher
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
from dota2_utils import console_command, get_resolution, copy_replay, copy_config, get_args
|
||||
|
||||
sys.path.insert(1, os.path.join(sys.path[0], '..'))
|
||||
#pylint: disable=wrong-import-position
|
||||
|
||||
from harness_utils.output import (
|
||||
setup_log_directory,
|
||||
write_report_json,
|
||||
|
||||
@@ -13,7 +13,6 @@ import sys
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(1, os.path.join(sys.path[0], '..'))
|
||||
#pylint: disable=wrong-import-position
|
||||
|
||||
USERNAME = os.getlogin()
|
||||
SCRIPT_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user