Skip to content

Commit

Permalink
generate-xbsa: oops, imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 19, 2024
1 parent a7cd1b6 commit d8e3f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-xbsa.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3

from datetime import datetime, UTC
from datetime import datetime, timezone
from jinja2 import Environment, FileSystemLoader

import bsa
Expand Down

0 comments on commit d8e3f5c

Please sign in to comment.