Skip to content

Commit 769c6cd

Browse files
Consertando compatibilidade com linux
1 parent eb6e41b commit 769c6cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pacientes/forms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
from asyncio.windows_events import NULL
1+
#from asyncio.windows_events import NULL
2+
from django.db.models import Value
3+
NULL = Value(None)
24
from cProfile import label
35
from queue import Empty
46
from django import forms

0 commit comments

Comments
 (0)