Skip to content

Commit

Permalink
fix typo in init
Browse files Browse the repository at this point in the history
  • Loading branch information
auhlig committed Jul 11, 2024
1 parent 8fc7c36 commit c897817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/scheduler/filters/external_scheduler_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ExternalSchedulerFilter(filters.BaseHostFilter):
RUN_ON_REBUILD = False

def __init__(self):
super().__init__(self)
super().__init__()
self.api_url = CONF.filter_scheduler.external_scheduler_api_url

def filter_all(self, filter_obj_list, spec_obj):
Expand Down

0 comments on commit c897817

Please sign in to comment.