Skip to content

Commit

Permalink
Apply review suggestion to hide symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Oct 17, 2024
1 parent 6c25146 commit 02917b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/daf/butler/queries/tree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
from ._column_literal import *
from ._column_reference import *
from ._column_set import *
from ._predicate import LogicalNot as _LogicalNot
from ._predicate import *
from ._predicate import LogicalNot
from ._query_tree import *

LogicalNot.model_rebuild()
_LogicalNot.model_rebuild()

Predicate.model_rebuild()

0 comments on commit 02917b4

Please sign in to comment.