Cleaned an error in interfaces.py
This commit is contained in:
		@@ -37,11 +37,9 @@ class Map:
 | 
			
		||||
        width = len(lines[0])
 | 
			
		||||
        tiles = [[Tile(c)
 | 
			
		||||
                  for x, c in enumerate(line)] for y, line in enumerate(lines)]
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
        return Map(width, height, tiles)
 | 
			
		||||
=======
 | 
			
		||||
 | 
			
		||||
        return Map(width, height, tiles, [])
 | 
			
		||||
>>>>>>> master
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    def draw_string(self) -> str:
 | 
			
		||||
        """
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user