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 e50978a commit a520ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/rateslib/instruments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from pandas.tseries.offsets import CustomBusinessDay

from rateslib import defaults
from rateslib.instruments.bonds import _BondConventions, BondConvention
from rateslib.calendars import (
_get_fx_expiry_and_delivery,
_get_years_and_months,
Expand All @@ -36,6 +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.legs import (
FixedLeg,
FixedLegMtm,
Expand Down Expand Up @@ -10471,4 +10471,4 @@ def _upper(val: str | NoInput):
"XCS",
"ZCIS",
"ZCS",
]
]
1 change: 0 additions & 1 deletion python/rateslib/instruments/bonds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,3 @@ def _sgbb(self):
def _uktb(self):
"""deprecated alias"""
return self._uk_gbb

0 comments on commit a520ef8

Please sign in to comment.