-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump ruff to 0.3.2 and black to 24 #19878
Conversation
@@ -147,20 +147,17 @@ | |||
|
|||
@classmethod | |||
@abstractmethod | |||
def create_inputs_outputs(cls, op_param): | |||
... | |||
def create_inputs_outputs(cls, op_param): ... |
Check notice
Code scanning / CodeQL
Statement has no effect Note
|
||
def add_case(self, op_param, model): | ||
self.cases += [(op_param, model)] | ||
|
||
@abstractmethod | ||
def create_cases(self): | ||
... | ||
def create_cases(self): ... |
Check notice
Code scanning / CodeQL
Statement has no effect Note
|
||
@classmethod | ||
@abstractmethod | ||
def case_profile(cls, op_param, time): | ||
... | ||
def case_profile(cls, op_param, time): ... |
Check notice
Code scanning / CodeQL
Statement has no effect Note
Motivation and Context
Routing updates