Skip to content

Commit b7623a5

Browse files
committed
[EN-1642] init changed
1 parent 05dffb0 commit b7623a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
os: [ubuntu-latest, windows-latest, macos-latest]
51-
python-version: [3.7, 3.8]
51+
python-version: [3.6, 3.7, 3.8]
5252

5353
runs-on: ${{ matrix.os }}
5454

dxfeed/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from dxfeed.wrappers import *
1+
from dxfeed.wrappers import Endpoint

0 commit comments

Comments
 (0)