Skip to content

Commit

Permalink
Fix field descriptors import of validators and transformers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Schultz committed Mar 7, 2024
1 parent 5661f74 commit 6c863e5
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 6c863e5

Please sign in to comment.