Skip to content

Commit 315002b

Browse files
committed
Imporve code formatting
1 parent e814ad4 commit 315002b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source-code/streamlit/map_maker/map_maker_lib.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
DATA_TYPES = {
1111
'quantitative': 'Q',
12-
'ordinal': 'O',
13-
'nominal': 'N',
12+
'ordinal': 'O',
13+
'nominal': 'N',
1414
}
1515

1616
DELIMITERS = {
17-
'comma': ',',
17+
'comma': ',',
1818
'semi-colon': ';',
19-
'space': ' ',
20-
'tab': '\t',
19+
'space': ' ',
20+
'tab': '\t',
2121
}
2222

2323
# see https://vega.github.io/vega/docs/schemes/#reference

0 commit comments

Comments
 (0)