mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
fixes black lint
This commit is contained in:
parent
882d18e245
commit
1184f07071
|
@ -24,7 +24,8 @@ on_rtd = os.environ.get("READTHEDOCS", None) == "True"
|
|||
#
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
sys.path.insert(0, os.path.abspath(".."))
|
||||
|
||||
# -- General configuration ------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user