← back to Commercialrealestate
chore: lint fetch-dre-mlo.py (sort imports, drop unused re) — session close
81c912291fbff87ba94e1c360f5cb32423fcecc9 · 2026-08-20 13:52:33 -0700 · Steve
Files touched
M scripts/fetch-dre-mlo.py
Diff
commit 81c912291fbff87ba94e1c360f5cb32423fcecc9
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Aug 20 13:52:33 2026 -0700
chore: lint fetch-dre-mlo.py (sort imports, drop unused re) — session close
---
scripts/fetch-dre-mlo.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/scripts/fetch-dre-mlo.py b/scripts/fetch-dre-mlo.py
index 9e8786a..172ae6f 100644
--- a/scripts/fetch-dre-mlo.py
+++ b/scripts/fetch-dre-mlo.py
@@ -15,7 +15,11 @@ COMPLIANCE:
- Merges with (never clobbers) the verified firm-roster officers already in the file; dedup by NMLS #.
Run: python3 scripts/fetch-dre-mlo.py [--download] (default reuses /tmp/mlo_list.xls if present)
"""
-import json, os, sys, datetime, re, urllib.request
+import datetime
+import json
+import os
+import sys
+import urllib.request
ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
DATA = os.path.join(ROOT, "data", "loan-officers.json")
← 4654443 loan-officers: refresher auto-deploys to prod (no approval t
·
back to Commercialrealestate
·
chore: v0.23.0 — recities+firecities hubs, per-city scoping, d1d3af2 →