Skip to content

Commit

Permalink
Fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
corey-nm committed Sep 9, 2022
1 parent f90b33f commit 5ae4d18
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/sparsezoo/utils/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from datetime import datetime, timedelta
from unittest.mock import MagicMock, patch

import pytest
import yaml

from sparsezoo.utils.authentication import (
get_auth_header,
_maybe_load_token,
_save_token,
CREDENTIALS_YAML_TOKEN_KEY,
NM_TOKEN_HEADER,
_maybe_load_token,
_save_token,
get_auth_header,
)
import pytest
from datetime import datetime, timedelta
import yaml
from unittest.mock import patch, MagicMock


def test_load_token_no_path(tmp_path):
Expand Down

0 comments on commit 5ae4d18

Please sign in to comment.