You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Use set literal
This commit is contained in:
		| @@ -172,5 +172,5 @@ class Session(BaseConfigDict): | ||||
|  | ||||
|     @auth.setter | ||||
|     def auth(self, auth): | ||||
|         assert set(['type', 'raw_auth']) == set(auth.keys()) | ||||
|         assert {'type', 'raw_auth'} == auth.keys() | ||||
|         self['auth'] = auth | ||||
|   | ||||
		Reference in New Issue
	
	Block a user