style(solver/optimizer/utils.py): fix lint error (#147)

Co-authored-by: huangting.p <huangting@sensetime.com>
pull/158/head
huangting4201 2023-07-28 10:48:06 +08:00 committed by GitHub
parent fcc3534509
commit 8b1717a05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
import math
from abc import ABC, abstractmethod
from typing import Dict, Optional
import amp_C
import math
import torch
import torch.distributed as dist
from apex.multi_tensor_apply import multi_tensor_applier