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