mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Add type: ignore for empty list mypy bug.
This commit is contained in:
		@@ -16,7 +16,7 @@ class Migration(migrations.Migration):
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    if "postgres" not in settings.DATABASES["default"]["ENGINE"]:
 | 
			
		||||
        zulip_postgres_migrations = []
 | 
			
		||||
        zulip_postgres_migrations = [] # type: ignore # https://github.com/JukkaL/mypy/issues/1164
 | 
			
		||||
    else:
 | 
			
		||||
        zulip_postgres_migrations = [
 | 
			
		||||
            # Full-text search
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user