There was an error while loading. Please reload this page.
1 parent 4f8b96f commit 2abf460Copy full SHA for 2abf460
1 file changed
src/spacetrack/base.py
@@ -793,8 +793,7 @@ def run_callback():
793
t.join()
794
# Match the async client, where a callback exception propagates and
795
# aborts the request.
796
- if callback_outcome is not None:
797
- callback_outcome.unwrap()
+ callback_outcome.unwrap()
798
799
def __getattr__(self, attr):
800
if attr in self.request_controllers:
0 commit comments