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

This commit is contained in:
Xu Kai
2023-03-29 02:45:11 -05:00
committed by binmakeswell
parent 1ce9d0c531
commit 64350029fe

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):