Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Jul 13, 2022
1 parent c3caa70 commit 8130391
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/create_polygons.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import argparse
import json
import os
import subprocess
import tempfile
from collections import Counter
from typing import List
from urllib.parse import urlparse

from aws_helper import get_bucket
Expand Down

0 comments on commit 8130391

Please sign in to comment.