Skip to content

Commit

Permalink
Merge pull request #6 from aelaguiz/schultz/import-fix
Browse files Browse the repository at this point in the history
Fix field descriptors import of validators and transformers.
  • Loading branch information
schultz-is authored Mar 7, 2024
2 parents 5661f74 + 6c863e5 commit 967bad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langdspy/field_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Output
)
from enum import Enum
import validators
import transformers
from . import validators
from . import transformers
import logging

class FieldDescriptor:
Expand Down

0 comments on commit 967bad1

Please sign in to comment.