Skip to content

Commit

Permalink
ioPath - fix isort error (#3)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: fairinternal/iopath#3

Fix an isort error. CircleCI tests should now all be passing.

Reviewed By: sujitoc

Differential Revision: D27305078

fbshipit-source-id: a7e3b0273dd436eb97384b8b09cd00672ebf9705
  • Loading branch information
EricZLou authored and facebook-github-bot committed Mar 25, 2021
1 parent 5aae80d commit 4bae4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

import logging


# Disable stdout logger messages when running unit tests.
logging.disable(logging.CRITICAL)

0 comments on commit 4bae4bf

Please sign in to comment.