fix: format all code with black
and from now on should not deviate from that...
This commit is contained in:
		
							parent
							
								
									925235f0d3
								
							
						
					
					
						commit
						2107e9ee1d
					
				
					 47 changed files with 5729 additions and 3977 deletions
				
			
		| 
						 | 
				
			
			@ -13,6 +13,6 @@ class TestInstall(ConfigTestCase):
 | 
			
		|||
    def test_run(self):
 | 
			
		||||
        ctx = MagicMock(params={})
 | 
			
		||||
        ctx.parent.wutta_config = self.config
 | 
			
		||||
        with patch.object(InstallHandler, 'run') as run:
 | 
			
		||||
        with patch.object(InstallHandler, "run") as run:
 | 
			
		||||
            mod.install(ctx)
 | 
			
		||||
            run.assert_called_once_with()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue