Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jul 25, 2018
1 parent afd7be6 commit dc52f50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion aws_google_auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from . import amazon

import argparse
import getpass
import keyring
import os
import sys
Expand Down
3 changes: 2 additions & 1 deletion aws_google_auth/tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import sys
import unittest
from aws_google_auth import util
from mock import call, patch, Mock, MagicMock
from mock import patch, MagicMock


class TestUtilMethods(unittest.TestCase):

Expand Down
1 change: 1 addition & 0 deletions aws_google_auth/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import sys
import getpass


class Util:

@staticmethod
Expand Down

0 comments on commit dc52f50

Please sign in to comment.