Skip to content

Commit

Permalink
fix: Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Jan 11, 2023
1 parent 4922000 commit 4949b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import os
from pathlib import Path

import pytest
import platformdirs
import pytest
from pygit2 import init_repository

from gallia.config import get_config_dirs, load_config_file
Expand Down

0 comments on commit 4949b3c

Please sign in to comment.