This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 36e244c05468c27d14ac61a5c3f6f7feb5c64413 Mon Sep 17 00:00:00 2001 | |
From: Neel Chauhan <[email protected]> | |
Date: Wed, 26 Oct 2016 20:35:15 -0400 | |
Subject: [PATCH 1/2] Switch to 'import pycodestyle' and add fallback mechanism | |
--- | |
stem/util/test_tools.py | 74 ++++++++++++++++++++++++++++++------------------- | |
1 file changed, 45 insertions(+), 29 deletions(-) | |
diff --git a/stem/util/test_tools.py b/stem/util/test_tools.py |
NewerOlder