PEP8 Blank Lines Style Issues, lp:1782596

This commit is contained in:
Thomas Ward
2018-10-27 20:53:32 -04:00
committed by Scott Kitterman
parent 45266f6f05
commit a1ca321fa5
13 changed files with 50 additions and 1 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
import unittest
import dkim.dnsplug
class TestDNSPlug(unittest.TestCase):
def test_get_txt(self):
@@ -29,7 +30,7 @@ class TestDNSPlug(unittest.TestCase):
self.assertEqual(res, b"out")
def test_suite():
from unittest import TestLoader
return TestLoader().loadTestsFromName(__name__)