Skip to content

Commit

Permalink
buidl adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsplode committed Mar 16, 2020
1 parent 3a9d725 commit bc48b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appkernel/model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Callable
from typing import Callable,
import collections
import inspect
from datetime import datetime, date
Expand Down Expand Up @@ -369,7 +369,7 @@ class Property(DslBase):
"""

def __init__(self, python_type,
required: Boolean = False,
required: bool = False,
sub_type: Callable = None,
validators: Callable = None,
converter: Callable = None,
Expand Down

0 comments on commit bc48b05

Please sign in to comment.