mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
lint
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Tests for hooks.py"""
|
||||
# pylint: disable=protected-access
|
||||
|
||||
import os
|
||||
import unittest
|
||||
@@ -8,8 +9,6 @@ import mock
|
||||
from letsencrypt import errors
|
||||
from letsencrypt import hooks
|
||||
|
||||
from letsencrypt.tests import test_util
|
||||
|
||||
class HookTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
@@ -98,6 +97,3 @@ class HookTest(unittest.TestCase):
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main() # pragma: no cover
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Tests for letsencrypt.storage."""
|
||||
# pylint disable=protected-access
|
||||
import datetime
|
||||
import os
|
||||
import shutil
|
||||
|
||||
Reference in New Issue
Block a user