Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 11, 2023
1 parent ba65802 commit e407089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Tools related to template management."""
import sys
import re
import sys
from collections import ChainMap, defaultdict
from contextlib import suppress
from dataclasses import field
Expand Down

0 comments on commit e407089

Please sign in to comment.