diff --git a/hyperglass/__init__.py b/hyperglass/__init__.py index d19fd10..3a26443 100644 --- a/hyperglass/__init__.py +++ b/hyperglass/__init__.py @@ -37,15 +37,11 @@ POSSIBILITY OF SUCH DAMAGE. """ # Third Party -import uvloop +import uvloop # type: ignore # Project -from hyperglass.util import set_app_path from hyperglass.constants import METADATA -# Find hyperglass application directory. -set_app_path() - # Use Uvloop for performance. uvloop.install()