Skip to content

Commit

Permalink
style: Fix import order in test_repomap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Aug 23, 2024
1 parent 6630fd2 commit cc2706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic/test_repomap.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import difflib
import os
import re
import time
import unittest
from pathlib import Path
import difflib

import git

Expand Down

0 comments on commit cc2706d

Please sign in to comment.