mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
conftest: Accidentally removed os import
This commit is contained in:
parent
c5893dcc7a
commit
1dcc724e7b
|
|
@ -1,6 +1,7 @@
|
||||||
import pytest
|
import pytest
|
||||||
import pkgutil
|
import pkgutil
|
||||||
import json
|
import json
|
||||||
|
import os
|
||||||
|
|
||||||
from pyhamtools import LookupLib
|
from pyhamtools import LookupLib
|
||||||
from pyhamtools import Callinfo
|
from pyhamtools import Callinfo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue