import change to help isort pass
This commit is contained in:
parent
52ff5ce62b
commit
16cc73c070
2 changed files with 2 additions and 2 deletions
2
.github/workflows/daemon-checks.yml
vendored
2
.github/workflows/daemon-checks.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
cp setup.py.in setup.py
|
cp setup.py.in setup.py
|
||||||
cp core/constants.py.in core/constants.py
|
cp core/constants.py.in core/constants.py
|
||||||
sed -i 's/True/False/g' core/constants.py
|
sed -i 's/True/False/g' core/constants.py
|
||||||
pipenv -v sync --dev
|
pipenv sync --dev
|
||||||
- name: isort
|
- name: isort
|
||||||
run: |
|
run: |
|
||||||
cd daemon
|
cd daemon
|
||||||
|
|
|
@ -4,8 +4,8 @@ import threading
|
||||||
import time
|
import time
|
||||||
from typing import TYPE_CHECKING, Dict, List, Tuple
|
from typing import TYPE_CHECKING, Dict, List, Tuple
|
||||||
|
|
||||||
import emane.shell as emanesh
|
|
||||||
import netaddr
|
import netaddr
|
||||||
|
from emane import shell as emanesh
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
|
|
||||||
from core.emulator.data import LinkData
|
from core.emulator.data import LinkData
|
||||||
|
|
Loading…
Reference in a new issue