diff --git a/alpaca/trading/enums.py b/alpaca/trading/enums.py index 2d3423f9..b8f44d76 100644 --- a/alpaca/trading/enums.py +++ b/alpaca/trading/enums.py @@ -323,5 +323,3 @@ class TradeConfirmationEmail(str, Enum): ALL = "all" NONE = "none" - # please do not use this value, to support legacy code - ENABLED = "enabled" # should not be used