mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#N/A: Fix a couple of issues after new flake8 release
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| import os | ||||
| import pytest | ||||
| from thefuck.rules.ssh_known_hosts import match, get_new_command,\ | ||||
| from thefuck.rules.ssh_known_hosts import match, get_new_command, \ | ||||
|     side_effect | ||||
| from thefuck.types import Command | ||||
|  | ||||
|   | ||||
| @@ -8,5 +8,5 @@ def test_readme(source_root): | ||||
|  | ||||
|         for rule in bundled: | ||||
|             if rule.stem != '__init__': | ||||
|                 assert rule.stem in readme,\ | ||||
|                 assert rule.stem in readme, \ | ||||
|                     'Missing rule "{}" in README.md'.format(rule.stem) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user