Skip to content

Commit

Permalink
Revert "Export the aliases"
Browse files Browse the repository at this point in the history
This reverts commit 558582a.
  • Loading branch information
dagardner-nv committed Apr 1, 2024
1 parent 83a2f77 commit bfb8316
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/mrc/_pymrc/include/pymrc/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <string>

namespace mrc::pymrc {
#pragma GCC visibility push(default)

// NOLINTBEGIN(readability-identifier-naming)
using PyHolder = PyObjectHolder;
Expand All @@ -53,5 +52,4 @@ using python_map_t = std::map<std::string, pybind11::object>;
using unserializable_handler_fn_t =
std::function<nlohmann::json(const pybind11::object& /* source*/, const std::string& /* path */)>;

#pragma GCC visibility pop
} // namespace mrc::pymrc

0 comments on commit bfb8316

Please sign in to comment.