mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 16:32:56 +00:00
Hide import behind TYPE_CHECKING
This commit is contained in:
committed by
Christian Schwarz
parent
85d47637ee
commit
ad5d784fb7
@@ -1,6 +1,10 @@
|
||||
import time
|
||||
from __future__ import annotations
|
||||
|
||||
from fixtures.neon_fixtures import NeonEnv
|
||||
import time
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from fixtures.neon_fixtures import NeonEnv
|
||||
|
||||
|
||||
def test_migrations(neon_simple_env: NeonEnv):
|
||||
|
||||
Reference in New Issue
Block a user