Merge pull request #1453 from markshannon/python-remove-redundant-override

Python: Remove redundant override.
This commit is contained in:
Arthur Baars
2019-06-19 19:00:52 +02:00
committed by GitHub

View File

@@ -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();