Skip to content

Commit

Permalink
fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Oct 18, 2024
2 parents 7b1b5e8 + fccc324 commit a988137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/module_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,5 +602,5 @@ def create_riskiq_obj(self, mock_db):
riskiq.db = mock_db
return riskiq

def create_alert_handler(self):
return AlertHandler()
def create_alert_handler(self):
return AlertHandler()

0 comments on commit a988137

Please sign in to comment.