Fix merge issues
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
# Copyright (C) 2020 by ÿnérant, eichhornchen, nicomarg, charlse
 | 
			
		||||
# SPDX-License-Identifier: GPL-3.0-or-later
 | 
			
		||||
 | 
			
		||||
from random import random, randint, shuffle, choice, choices
 | 
			
		||||
from random import choice, choices, randint, random, shuffle
 | 
			
		||||
from typing import List, Tuple
 | 
			
		||||
 | 
			
		||||
from ..interfaces import Map, Tile, Entity
 | 
			
		||||
from ..interfaces import Entity, Map, Tile
 | 
			
		||||
 | 
			
		||||
DEFAULT_PARAMS = {
 | 
			
		||||
    "width": 120,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user