From 16cc73c07029ac8ba4eef0524176f54de272a0dc Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 30 Mar 2020 10:36:39 -0700 Subject: [PATCH] import change to help isort pass --- .github/workflows/daemon-checks.yml | 2 +- daemon/core/emane/linkmonitor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daemon-checks.yml b/.github/workflows/daemon-checks.yml index dc7365f7..ca2de7d8 100644 --- a/.github/workflows/daemon-checks.yml +++ b/.github/workflows/daemon-checks.yml @@ -19,7 +19,7 @@ jobs: cp setup.py.in setup.py cp core/constants.py.in core/constants.py sed -i 's/True/False/g' core/constants.py - pipenv -v sync --dev + pipenv sync --dev - name: isort run: | cd daemon diff --git a/daemon/core/emane/linkmonitor.py b/daemon/core/emane/linkmonitor.py index 1091c91c..2151eb30 100644 --- a/daemon/core/emane/linkmonitor.py +++ b/daemon/core/emane/linkmonitor.py @@ -4,8 +4,8 @@ import threading import time from typing import TYPE_CHECKING, Dict, List, Tuple -import emane.shell as emanesh import netaddr +from emane import shell as emanesh from lxml import etree from core.emulator.data import LinkData