whitespace fuckshit
This commit is contained in:
parent
347f869d2d
commit
61ea239cb0
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# North American Numbering Plan Administration (NANPA) API Client - Developed by acidvegas in Python (https://git.acid.vegas/nanpa)
|
||||
# nanpa/client.py
|
||||
|
||||
import json
|
||||
import logging
|
||||
@ -14,6 +15,7 @@ class NanpaAPI:
|
||||
|
||||
self.base_url = 'https://api.nanpa.com/reports/public'
|
||||
|
||||
|
||||
def _make_request(self, endpoint: str, params: dict = None) -> dict:
|
||||
'''
|
||||
Make a request to the NANPA API.
|
||||
|
Loading…
Reference in New Issue
Block a user