Skip to content

Commit c72655e

Browse files
authored
Fix circular import (#165)
1 parent 14c133e commit c72655e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from . import logging
1+
from pgml_extension import logging_setup
22

3-
__version__ = "0.11.0"
3+
__version__ = "0.11.1"

pgml-extension/pgml_extension/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
from re import M
32
import os
43
from typing import OrderedDict

0 commit comments

Comments
 (0)