We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb15585 commit 876037aCopy full SHA for 876037a
2 files changed
.pre-commit-config.yaml
@@ -1,10 +1,4 @@
1
repos:
2
- - repo: https://github.com/asottile/pyupgrade
3
- rev: v3.3.1
4
- hooks:
5
- - id: pyupgrade
6
- args:
7
- - "--py37-plus"
8
- repo: https://github.com/timothycrosley/isort
9
rev: 5.12.0
10
hooks:
cloudshell/snmp/core/domain/snmp_oid.py
@@ -82,7 +82,6 @@ def _create_object_identity(self):
82
return object_identity
83
84
def get_oid(self, snmp_engine):
85
-
86
return self.get_object_type(snmp_engine)[0].getOid()
87
88
def get_object_type(self, snmp_engine):
0 commit comments