Skip to content

Commit 57d701b

Browse files
committed
Refactor square function. Use math.pow instead of multiplication.
1 parent 2b605f1 commit 57d701b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

braininventory/get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import calendar
2-
from pathlib import Path
32
import json
43
import random
54
from datetime import date
5+
from pathlib import Path
66

77
import folium
88
import geoip2.database

0 commit comments

Comments
 (0)