mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Remove print statement
This commit is contained in:
parent
d1d8214767
commit
4e48862fa8
|
@ -34,7 +34,6 @@ def get_time_exc(hours):
|
||||||
{ORTH: hour},
|
{ORTH: hour},
|
||||||
{ORTH: "pm", LEMMA: "p.m."}
|
{ORTH: "pm", LEMMA: "p.m."}
|
||||||
]
|
]
|
||||||
print(exc)
|
|
||||||
return exc
|
return exc
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user