Skip to content

Commit

Permalink
RLS: 0.7.0 defaults spec
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Nov 29, 2023
1 parent 22fc5b3 commit 7cdbda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rateslib/_spec_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from packaging import version

DEVELOPMENT = True
DEVELOPMENT = False
if DEVELOPMENT:
# DEVELOPMENT mode is used to load and create instrument specs from a CSV file.
# This is loaded by default and slower to parse than directly creating a dict
Expand Down

0 comments on commit 7cdbda7

Please sign in to comment.