From 6dee35541be6669d2d783bea37e0f230b10ade23 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 24 Jul 2024 17:17:45 -0400 Subject: Remove deprecated API functions. --- python/__init__.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 1293561d..d4cc4dac 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -417,11 +417,6 @@ def load(*args, **kwargs) -> BinaryView: return bv -@deprecation.deprecated(deprecated_in="3.5.4378", details='Use :py:func:`load` instead') -def open_view(*args, **kwargs) -> BinaryView: - return load(*args, **kwargs) - - def connect_pycharm_debugger(port=5678): """ Connect to PyCharm (Professional Edition) for debugging. -- cgit v1.3.1