Skip to content

Commit

Permalink
fixed console script error
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Apr 1, 2022
1 parent ba29349 commit bcb2e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video2x/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Name: Package Init
Author: K4YT3X
Date Created: July 3, 2021
Last Modified: February 16, 2022
Last Modified: April 1, 2022
"""

# version assignment has to precede imports to
Expand All @@ -28,4 +28,4 @@

from .interpolator import Interpolator
from .upscaler import Upscaler
from .video2x import Video2X
from .video2x import Video2X, main

0 comments on commit bcb2e97

Please sign in to comment.