Skip to content

Commit 437e4eb

Browse files
authored
Merge branch 'main' into 76-import-issue-with-python-313
2 parents 03fd706 + 5588794 commit 437e4eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

marimapper/scripts/scanner_cli.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
import warnings
2+
3+
warnings.simplefilter(
4+
"ignore", UserWarning
5+
) # see https://github.com/TheMariday/marimapper/issues/78
6+
17
import multiprocessing
28
import argparse
39
import logging

0 commit comments

Comments
 (0)