Skip to content

Commit f9e68da

Browse files
dungdm93hashhar
authored andcommitted
Don't limit the modules that can be imported
As of now all modules in the trino package are available to use. If in future we make some modules private then we can choose which modules to make available as part of API.
1 parent 68e0a1f commit f9e68da

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

trino/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,4 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
from . import auth
14-
from . import dbapi
15-
from . import client
16-
from . import constants
17-
from . import exceptions
18-
from . import logging
19-
20-
__all__ = ['auth', 'dbapi', 'client', 'constants', 'exceptions', 'logging']
21-
2213
__version__ = "0.306.0"

0 commit comments

Comments
 (0)