Kaydet (Commit) 89841bda authored tarafından Jack Jansen's avatar Jack Jansen

Shut up FutureWarnings about hex constants.

üst 76a6ab66
# Filter out warnings about signed/unsigned constants
import warnings
warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment