Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 3, 2021
1 parent 4cb848b commit a98e912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from s3_credentials.cli import cli
import json
import pytest
from unittest.mock import call, Mock
from unittest.mock import Mock


def test_whoami(mocker):
Expand Down

0 comments on commit a98e912

Please sign in to comment.