Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilmanAIDENTIFIED committed Aug 24, 2023
1 parent e4440cb commit 4bfb775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions us/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import re
from typing import Any, Dict, Iterable, List, Optional
from urllib.parse import urljoin
import itertools

import jellyfish # type: ignore

Expand Down

0 comments on commit 4bfb775

Please sign in to comment.