Skip to content

Commit 60aefc4

Browse files
committed
Update example notebook to import UndateInterval from new location
1 parent 0fefcec commit 60aefc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/notebooks/shxco_partial_date_durations.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,14 @@
316316
},
317317
{
318318
"cell_type": "code",
319-
"execution_count": 4,
319+
"execution_count": 1,
320320
"metadata": {
321321
"id": "y_MqgrQW64uI"
322322
},
323323
"outputs": [],
324324
"source": [
325+
"from undate import UndateInterval\n",
325326
"from undate.date import ONE_DAY\n",
326-
"from undate.undate import UndateInterval\n",
327327
"from undate.converters.iso8601 import ISO8601DateFormat\n",
328328
"\n",
329329
"def undate_duration(start_date, end_date):\n",

0 commit comments

Comments
 (0)