-
Notifications
You must be signed in to change notification settings - Fork 1
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 support for oereblex api version 1.2.5 #345
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #345 +/- ##
==========================================
- Coverage 99.64% 99.35% -0.29%
==========================================
Files 4 5 +1
Lines 279 309 +30
==========================================
+ Hits 278 307 +29
- Misses 1 2 +1 |
@@ -1,10 +1,12 @@ | |||
# -*- coding: utf-8 -*- | |||
""" Provides classes for parsing the xml document from the geolink api. """ | |||
from importlib import resources as impresources |
Check warning
Code scanning / Pylint (reported by Codacy)
No name 'resources' in module 'importlib' Warning
00ef710
to
fc4c63f
Compare
I was looking at the changes mostly from geolink2oereb point of view. And it looks ok for me. |
Add support of oereblex api version 1.2.5
Changes: