New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ZipCode Variable Type #367
Conversation
gsheni
commented
Jan 9, 2019
•
edited
edited
- This adds a zipcode variable type
- Fixed some import statement order and spacing
Codecov Report
@@ Coverage Diff @@
## master #367 +/- ##
==========================================
+ Coverage 95.75% 95.79% +0.04%
==========================================
Files 89 89
Lines 7751 7754 +3
==========================================
+ Hits 7422 7428 +6
+ Misses 329 326 -3
Continue to review full report at Codecov.
|
@gsheni can you add this new variable type to the api reference? after that, good to merge |
@kmax12 Added to the api_reference.rst |
Looks good to merge |