Skip to content

Commit

Permalink
FixedValueProvider Deprecated at 2024-07-08T16:07:34+0800
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuki-shirogane committed Jul 8, 2024
1 parent ed10a7a commit d4e836b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pistol_magazine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .data_exporter.db_ex import DBExporter

from .built_in_provider.cyclic_parameter import CyclicParameterProvider
from .built_in_provider.fixed_value import FixedValueProvider

from .built_in_provider.random_choice_from_list import RandomChoiceFromListProvider
from .built_in_provider.random_float_in_range import RandomFloatInRangeProvider
from .built_in_provider.incremental_value import IncrementalValueProvider
Expand Down Expand Up @@ -52,7 +52,6 @@
'DBExporter',

'CyclicParameterProvider',
'FixedValueProvider',
'RandomChoiceFromListProvider',
'RandomFloatInRangeProvider',
'IncrementalValueProvider',
Expand Down

0 comments on commit d4e836b

Please sign in to comment.