Restyled by isort

This commit is contained in:
Restyled.io 2020-10-18 12:33:09 +00:00
parent a9ee123227
commit 26398e3641

View File

@ -1,7 +1,7 @@
from pyngrok import ngrok
from pyngrok import conf as pyngrok_config
from pyngrok import exception as pyngrok_exceptions
from pyngrok import installer as pyngrok_installer
from pyngrok import conf as pyngrok_config
from pyngrok import ngrok
class NgrokController: