Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	| .PHONY: style | |
| # Format source code automatically | |
| style: | |
| black --line-length 119 --target-version py36 . | |
| isort . | |
| .PHONY: style | |
| # Format source code automatically | |
| style: | |
| black --line-length 119 --target-version py36 . | |
| isort . | |