Skip to content

Commit 26c8793

Browse files
authored
Fix Tags import to import from tools and not utils (#679)
1 parent 7d738a2 commit 26c8793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
from pydal import DAL, Field
3-
from pydal.utils.tags import Tags
3+
from pydal.tools.tags import Tags
44

55

66
class TestTags(unittest.TestCase):

0 commit comments

Comments
 (0)