mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-22 09:51:08 +00:00
3 lines
64 B
Python
3 lines
64 B
Python
import warnings
|
|
warnings.simplefilter('default', ImportWarning)
|