Skip to content

Commit

Permalink
REF: restructure instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Sep 18, 2024
1 parent a520ef8 commit cd37030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/rateslib/instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from rateslib.dual import Dual, Dual2, DualTypes, dual_log, gradient
from rateslib.fx import FXForwards, FXRates, forward_fx
from rateslib.fx_volatility import FXDeltaVolSmile, FXDeltaVolSurface, FXVolObj
from rateslib.instruments.bonds import BondConvention, _BondConventions
from rateslib.instruments.bonds import _BondConventions
from rateslib.legs import (
FixedLeg,
FixedLegMtm,
Expand Down Expand Up @@ -10441,7 +10441,6 @@ def _upper(val: str | NoInput):
"BaseDerivative",
"BaseMixin",
"Bill",
"BondConvention",
"BondMixin",
"BondFuture",
"FRA",
Expand Down

0 comments on commit cd37030

Please sign in to comment.