pikachu icon indicating copy to clipboard operation
pikachu copied to clipboard

Fix type hints in drawer.py

Open finlaymorrison opened this issue 8 months ago • 0 comments

Some of the type hints in this file do not use the types imported from typing, so all of the instances of list, dict, and set typehints have been replaced with List, Dict, and Set typehints, respectively.

finlaymorrison avatar Jun 16 '24 15:06 finlaymorrison