Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Dec 8, 2024
1 parent 72d5c8d commit 70d19c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freezing/web/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
# frozen values of commit, build_date, and branch.

import datetime
from freezing.web.autolog import log
import subprocess

from freezing.web.autolog import log


# Thanks https://stackoverflow.com/a/21901260/424301
def get_git_revision_short_hash() -> str:
Expand Down

0 comments on commit 70d19c2

Please sign in to comment.