Skip to content

Commit 0856bfb

Browse files
authored
Merge pull request #89 from brain-image-library/88-fix-missing-import-on-getpy
Update get.py
2 parents dad557a + 57d701b commit 0856bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

braininventory/get.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import json
33
import random
44
from datetime import date
5+
from pathlib import Path
56

67
import folium
78
import geoip2.database

0 commit comments

Comments
 (0)