Skip to content

Commit

Permalink
chore: Move time-based checks under time_variance/checks/ to mirror c…
Browse files Browse the repository at this point in the history
…ontracting_process/field_level/checks/
  • Loading branch information
jpmckinney committed Oct 26, 2021
1 parent ac20947 commit bc4f77d
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
@@ -1,4 +1,4 @@
from time_variance import ocid
from time_variance.checks import ocid
from tools.checks import get_empty_result_time_variance_scope

ancestor = {
Expand Down
@@ -1,4 +1,4 @@
from time_variance import phase_stable
from time_variance.checks import phase_stable
from tools.checks import get_empty_result_time_variance_scope

ancestor_empty = {"ocid": "3"}
Expand Down
@@ -1,4 +1,4 @@
from time_variance import tender_title
from time_variance.checks import tender_title
from tools.checks import get_empty_result_time_variance_scope

ancestor = {"ocid": "2", "tender": {"title": "Title 1"}}
Expand Down
2 changes: 1 addition & 1 deletion time_variance/definitions.py
@@ -1,4 +1,4 @@
from time_variance import ocid, phase_stable, tender_title
from time_variance.checks import ocid, phase_stable, tender_title

definitions = {
"ocid": ocid,
Expand Down

0 comments on commit bc4f77d

Please sign in to comment.