AlanB commited on
Commit
c978a88
1 Parent(s): c8e1bf7

Forgot to add Optional import

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -1,4 +1,4 @@
1
- from typing import Union, Callable
2
 
3
  import torch
4
 
 
1
+ from typing import Union, Callable, Optional
2
 
3
  import torch
4