From 6c1e8c4de0b368703f833758e077e6ed72d47373 Mon Sep 17 00:00:00 2001 From: Sarah Date: Wed, 24 Nov 2021 14:50:24 +0100 Subject: [PATCH] [PATCH 6 / ?] And another typo --- vspreview/cores.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vspreview/cores.py b/vspreview/cores.py index 598c2c1..696ff1f 100644 --- a/vspreview/cores.py +++ b/vspreview/cores.py @@ -1,5 +1,5 @@ from vapoursynth import EnvironmentPolicy, EnvironmentPolicyAPI, register_policy -from vapoursynth EnvironmentData, Environment +from vapoursynth import EnvironmentData, Environment __all__ = ("create_and_register_policy",)