Skip to content

Commit

Permalink
remove a typing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 27, 2022
1 parent cd8acb0 commit 748ce29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imagen_pytorch/imagen_pytorch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import math
import copy
from random import random
from typing import List, Union
from beartype.typing import List, Union
from beartype import beartype
from tqdm.auto import tqdm
from functools import partial, wraps
Expand Down
2 changes: 1 addition & 1 deletion imagen_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.18.5'
__version__ = '1.18.6'

0 comments on commit 748ce29

Please sign in to comment.