Clean up invalid indentation from merge

This commit is contained in:
Cory Benfield
2017-05-31 10:41:47 +01:00
parent a6f7f5dc62
commit 548823be83
+1 -1
View File
@@ -337,7 +337,7 @@ class PreparedRequest(RequestEncodingMixin, RequestHooksMixin):
self.method = method
if self.method is None:
raise ValueError('Request method cannot be "None"')
self.method = to_native_string(self.method.upper())
self.method = to_native_string(self.method.upper())
@staticmethod
def _get_idna_encoded_host(host):