Skip to content

Commit

Permalink
Merge pull request #1172 from girder/remove-unneeded-filter
Browse files Browse the repository at this point in the history
Remove an unneeded warnings filter
  • Loading branch information
manthey authored May 25, 2023
2 parents d9bf71a + 4ee0b80 commit 9e297e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sources/multi/large_image_source_multi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import os
import re
import threading
import warnings
from pathlib import Path

import jsonschema
Expand All @@ -33,8 +32,6 @@
pass


warnings.filterwarnings('ignore', category=UserWarning, module='glymur')

SourceEntrySchema = {
'type': 'object',
'additionalProperties': False,
Expand Down

0 comments on commit 9e297e5

Please sign in to comment.