diff --git a/records/LFRecord.py b/records/LFRecord.py index 330b3b0..cd15b95 100644 --- a/records/LFRecord.py +++ b/records/LFRecord.py @@ -37,8 +37,4 @@ def getLatLong(locId: str): return fetched[0] + "/" + fetched[1] def getLocationInfo(locId: str): - pass - -print(getCoopId('USAZ0278')) -print(getZip('USAZ0278')) -print(getLatLong('USAZ0278')) \ No newline at end of file + pass \ No newline at end of file