Skip to content

Commit

Permalink
Remove type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkneipp committed Aug 23, 2024
1 parent 1c719f8 commit 63b0195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def getPeerType(self, originHost: str) -> str:
except Exception as e:
return ''

def getConnectedPeersByType(self, peerType: str) -> list[Peer]:
def getConnectedPeersByType(self, peerType: str) -> list:
try:
requestedPeerType = peerType.lower()
peerTypes = ['mme', 'pgw', 'pcscf', 'icscf', 'scscf', 'hss', 'ocs', 'dra']
Expand Down

0 comments on commit 63b0195

Please sign in to comment.