mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-01 16:11:18 +01:00
Revert "Auxiliary commit to revert individual files from 73da343c610420f68792306d5fcdd46f1c86edb8"
This reverts commit e925cf182acf7c18cfd27351e72baed328d43e2c.
This commit is contained in:
@@ -12,8 +12,6 @@ Usage:
|
||||
print(countries)
|
||||
"""
|
||||
|
||||
import json
|
||||
|
||||
from superfaktura.superfaktura_api import SuperFakturaAPI
|
||||
|
||||
|
||||
@@ -32,5 +30,4 @@ def country_list():
|
||||
"""
|
||||
api = SuperFakturaAPI()
|
||||
url = "countries"
|
||||
countries = api.get(url)
|
||||
return json.loads(countries)
|
||||
return api.get(url)
|
||||
|
||||
Reference in New Issue
Block a user