Skip to content

Commit 77d9bd8

Browse files
committed
Fix lint
Signed-off-by: Boxiang Wang <boxiangw@nvidia.com>
1 parent dac1e7a commit 77d9bd8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

emerging_optimizers/orthogonalized_optimizers/orthogonalized_optimizer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
# limitations under the License.
1515
from typing import Any, Callable
1616

17-
#TODO(@boxiangw): remove this once bump to python 3.12
17+
18+
# TODO(@boxiangw): remove this once bump to python 3.12
1819
try:
1920
from typing import override
2021
except ImportError:

emerging_optimizers/soap/soap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
from itertools import chain
1616
from typing import Callable, Iterable, List, Optional, Tuple, Union
1717

18-
#TODO(@boxiangw): remove this once bump to python 3.12
18+
19+
# TODO(@boxiangw): remove this once bump to python 3.12
1920
try:
2021
from typing import override
2122
except ImportError:

0 commit comments

Comments
 (0)