Skip to content

Commit

Permalink
Removed a rogue import
Browse files Browse the repository at this point in the history
  • Loading branch information
caseneuve committed Jul 21, 2024
1 parent 738db83 commit 1252920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dzira/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re
import subprocess
import sys
from datetime import UTC, date, datetime, timedelta
from datetime import date, datetime, timedelta

import click
from jira import JIRA
Expand Down

0 comments on commit 1252920

Please sign in to comment.