Skip to content

Commit

Permalink
fix: import error due to local name vs. package namespaced name
Browse files Browse the repository at this point in the history
- OK locally but failing on CI
  • Loading branch information
lindsay-stevens committed Jul 21, 2022
1 parent e9ec0e2 commit 783f1f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyxform/survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
from functools import lru_cache
from typing import Iterator, List, Optional

import aliases

from pyxform import constants
from pyxform import aliases, constants
from pyxform.constants import EXTERNAL_INSTANCE_EXTENSIONS
from pyxform.errors import PyXFormError, ValidationError
from pyxform.external_instance import ExternalInstance
Expand Down

0 comments on commit 783f1f1

Please sign in to comment.