mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Remove trailing spaces
This commit is contained in:
@@ -16,7 +16,7 @@ class TestCase( unittest.TestCase ):
|
||||
self.connectionFactory = MockMockMock.Mock( "httplib.HTTPSConnection" )
|
||||
self.connection = MockMockMock.Mock( "connection", self.connectionFactory )
|
||||
self.response = MockMockMock.Mock( "response", self.connectionFactory )
|
||||
|
||||
|
||||
httplib.HTTPSConnection = self.connectionFactory.object
|
||||
|
||||
def tearDown( self ):
|
||||
|
||||
Reference in New Issue
Block a user