Skip to content

Commit

Permalink
Condense datetime imports onto one line
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 18, 2024
1 parent 915fa61 commit 4ea699e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flit_core/flit_core/wheel.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import argparse
from base64 import urlsafe_b64encode
import contextlib
from datetime import datetime
from datetime import timezone
from datetime import datetime, timezone
import hashlib
import io
import logging
Expand Down

0 comments on commit 4ea699e

Please sign in to comment.