Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 1416366

Browse files
author
Hunter Hatchette
committed
fix line length to satisfy flake8
1 parent 7caf441 commit 1416366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dynata_rex/opportunity_registry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ def list_opportunities(self, limit: int = 10) -> List[models.Opportunity]:
109109

110110
return out
111111

112-
def receive_notifications(self, limit: int = 10) -> List[models.Opportunity]:
112+
def receive_notifications(self,
113+
limit: int = 10) -> List[models.Opportunity]:
113114
"""Get opportunity notifications from Opportunity Registry"""
114115
opportunities = self._receive_notifications(limit=limit)
115116
out = []

0 commit comments

Comments
 (0)