Skip to content

Commit 646e64a

Browse files
committed
[client] Fix dependencies
1 parent 6ec77ac commit 646e64a

22 files changed

+39
-28
lines changed

pyobas/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "4.0.0.dev1"
2+
__version__ = "4.0.0"
33

44
from pyobas._version import ( # noqa: F401
55
__author__,
@@ -9,9 +9,8 @@
99
__title__,
1010
)
1111
from pyobas.client import OpenBAS # noqa: F401
12+
from pyobas.contracts import * # noqa: F401,F403,F405
1213
from pyobas.exceptions import * # noqa: F401,F403,F405
13-
from pyobas.helpers import * # noqa: F401,F403,F405
14-
from pyobas.utils import * # noqa: F401,F403,F405
1514

1615
__all__ = [
1716
"__author__",
File renamed without changes.

0 commit comments

Comments
 (0)