remove unneeded pylint disable
This commit is contained in:
parent
5c639ab141
commit
d91425ec6f
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ src_path = project_root / "src"
|
||||||
sys.path.insert(0, str(src_path))
|
sys.path.insert(0, str(src_path))
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# pylint: disable=import-error,no-name-in-module
|
|
||||||
from chap.core import main
|
from chap.core import main
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue