whitespace fuckshit

This commit is contained in:
Dionysus 2024-12-23 19:44:19 -05:00
parent 347f869d2d
commit 61ea239cb0
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# North American Numbering Plan Administration (NANPA) API Client - Developed by acidvegas in Python (https://git.acid.vegas/nanpa) # North American Numbering Plan Administration (NANPA) API Client - Developed by acidvegas in Python (https://git.acid.vegas/nanpa)
# nanpa/client.py
import json import json
import logging import logging
@ -14,6 +15,7 @@ class NanpaAPI:
self.base_url = 'https://api.nanpa.com/reports/public' self.base_url = 'https://api.nanpa.com/reports/public'
def _make_request(self, endpoint: str, params: dict = None) -> dict: def _make_request(self, endpoint: str, params: dict = None) -> dict:
''' '''
Make a request to the NANPA API. Make a request to the NANPA API.