issues
search
osm-search
/
TIGER-data
Preprocessing US Census TIGER data for Nominatim geocoder
GNU General Public License v2.0
5
stars
3
forks
source link
tiger_address_convert.py - first pylint fixes
#13
Closed
mtmail
closed
3 years ago
mtmail
commented
3 years ago
Resolves 93 of 216 pylint warnings:
trailing whitespace
unnecessary semicolon
missing module docstring
import should be placed at the top of the module
multiple imports on one line
reimport 'sys'
several long lines
'var != None' should be 'var is not None'
uppercase constant names
removed unused variables or prefixed with _
converted some variables to snake_case naming style
Resolves 93 of 216 pylint warnings: