Skip to content

Commit 79aa7d2

Browse files
committed
Fix flake8 errors
1 parent 2c77667 commit 79aa7d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

win32ctypes/tests/test_win32cred.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def _demo_credentials(self, UserName=u'jone', multiple=False):
6464
@unittest.skipIf(
6565
pywin32_build == '223' and sys.version_info[:2] == (3, 7),
6666
'pywin32 version 223 bug with CredRead (mhammond/pywin32#1232)')
67-
6867
def test_write_to_pywin32(self):
6968
# given
7069
target = u'jone@doe'

0 commit comments

Comments
 (0)