Fix pre-commit isort failure on tests/checkpointing/*.py (#5427)

* Remove tests.checkpointing from skipped module in pyproject.toml

* Fix pre-commit isort failure on tests/checkpointing/*.py
This commit is contained in:
Arnaud Gelas 2021-01-12 09:31:51 +01:00 committed by GitHub
parent f6dc354349
commit 2373858b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ skip_glob = [
"tests/backends/*",
"tests/base/*",
"tests/callbacks/*",
"tests/checkpointing/*",
"tests/core/*",
"tests/loggers/*",
"tests/metrics/*",

View File

@ -11,8 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from copy import deepcopy
import os
from copy import deepcopy
import torch