Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
StephKll3c committed Mar 26, 2024
1 parent db95d09 commit 1bda55a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sekoia_automation/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def secrets_url(self) -> str:
def intake_url(self) -> str:
return self.module.load_config(self.INTAKE_URL_FILE_NAME)


@property
def _headers(self) -> dict[str, str]:
return {"Authorization": f"Bearer {self.token}"}
Expand Down

0 comments on commit 1bda55a

Please sign in to comment.