mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Merge pull request #1453 from markshannon/python-remove-redundant-override
Python: Remove redundant override.
This commit is contained in:
@@ -11,9 +11,6 @@ private import semmle.python.types.Builtins
|
||||
|
||||
abstract class CallableObjectInternal extends ObjectInternal {
|
||||
|
||||
/** Gets the name of this callable */
|
||||
abstract string getName();
|
||||
|
||||
/** Gets the scope of this callable if it has one */
|
||||
abstract Function getScope();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user