Skip to content

Commit a187fdf

Browse files
committed
Fix import ordering (ruff)
1 parent a40d3ab commit a187fdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
import sys
66
import textwrap
77
from unittest import mock
8-
from dotenv import dotenv_values
9-
10-
118

129
import pytest
1310

1411
import dotenv
12+
from dotenv import dotenv_values
1513

1614
if sys.platform != "win32":
1715
import sh

0 commit comments

Comments
 (0)