Browse Source

delete math

Artem Chumachenko 3 years ago
parent
commit
3fcf9de76e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hivemind/optim/power_sgd_averager.py

+ 0 - 1
hivemind/optim/power_sgd_averager.py

@@ -1,6 +1,5 @@
 import asyncio
 import contextlib
-import math
 import multiprocessing as mp
 from typing import Any, Iterable, Optional, Sequence