Skip to content

Commit 0f43688

Browse files
author
Ervin Teng
committed
Fix pre-commit error
1 parent 29754b8 commit 0f43688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-agents/mlagents/trainers/tests/test_rl_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import unittest.mock as mock
1+
from unittest import mock
22
import yaml
33
import mlagents.trainers.tests.mock_brain as mb
44
import numpy as np

0 commit comments

Comments
 (0)