Skip to content

Commit d367576

Browse files
committed
Apply isort and black reformatting
Signed-off-by: ko3n1g <[email protected]>
1 parent 76c9478 commit d367576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lightning/pytorch/strategies/test_megatron_strategy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import pytest
1615
from unittest.mock import MagicMock, patch
1716

17+
import pytest
18+
1819
from nemo.lightning.pytorch.strategies import MegatronStrategy
1920

2021

0 commit comments

Comments
 (0)