[NFC] polish colossalai/gemini/paramhooks/_param_hookmgr.py code style

pull/3315/head
Xu Kai 2023-03-29 02:45:11 -05:00 committed by binmakeswell
parent 1ce9d0c531
commit 64350029fe
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
from typing import Callable, List
import torch
import functools
from typing import Callable, List
import torch
class BaseParamHookMgr(object):