Skip to content

Commit

Permalink
sort defusedxml import
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Sep 7, 2024
1 parent 575b289 commit 1d6a6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsons/scytl/scytl.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import csv
import typing as t
import defusedxml.ElementTree as ET
import zipfile
from dataclasses import dataclass
from datetime import datetime
from io import BytesIO, StringIO

import defusedxml.ElementTree as ET
import requests
from dateutil.parser import parse as parsedate
from pytz import timezone
Expand Down

0 comments on commit 1d6a6c9

Please sign in to comment.