Lint unused import (#5973)
* Lint unused import * nit * Remove unused imports * revert fix_torch import * nit
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#code taken from: https://github.com/wl-zhao/UniPC and modified
|
||||
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
import math
|
||||
|
||||
from tqdm.auto import trange, tqdm
|
||||
from tqdm.auto import trange
|
||||
|
||||
|
||||
class NoiseScheduleVP:
|
||||
|
||||
Reference in New Issue
Block a user