T

 # List of allowed fund names

keep_fund_names = ["A", "B", "C", "D"]


# Filter the funds to include only the allowed names

keep_fund_names = {name: id for name, id in fund_names.items() if name in keep_fund_names}


Comments

Popular posts from this blog

host

Steps to create SSH key from git bash

test