Skip to content

Commit 876037a

Browse files
committed
removed pyupgrade from pre-commit
1 parent eb15585 commit 876037a

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
repos:
2-
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.3.1
4-
hooks:
5-
- id: pyupgrade
6-
args:
7-
- "--py37-plus"
82
- repo: https://github.com/timothycrosley/isort
93
rev: 5.12.0
104
hooks:

cloudshell/snmp/core/domain/snmp_oid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def _create_object_identity(self):
8282
return object_identity
8383

8484
def get_oid(self, snmp_engine):
85-
8685
return self.get_object_type(snmp_engine)[0].getOid()
8786

8887
def get_object_type(self, snmp_engine):

0 commit comments

Comments
 (0)