Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e669a2f

Browse files
committed
Type hint issue
1 parent d550978 commit e669a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/effects/effect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def draw(self, time, frametime, target):
4646

4747
# Window properties set by controller on initialization (class vars)
4848
_window = None # type: BaseWindow
49-
_project = None # type: demosys.project.base.BaseProject
49+
_project = None # type: 'demosys.project.base.BaseProject'
5050

5151
_ctx = None # type: moderngl.Context
5252
_sys_camera = None # type: camera.SystemCamera

0 commit comments

Comments
 (0)