mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Clean up invalid indentation from merge
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user