mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
Hide import behind TYPE_CHECKING
This commit is contained in:
committed by
Tristan Partin
parent
ba17025a57
commit
b197cc20fc
@@ -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