Skip to content

Commit

Permalink
fashion this into something usable perhaps
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Sep 22, 2023
1 parent 80dbc5a commit 7e8220e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion boilermaker/service_bus.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(self, settings: Config):
self.namespace_url = settings.service_bus_namespace_url
self.queue_name = settings.service_bus_queue_name
self.credential = settings.az_credential()
self._client: Optional[ServiceBusClient] = None

def _validate_access_settings(self):
if not all((self.namespace_url, self.queue_name, self.credential)):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "y"
version = "y"
name = "boilermaker"
version = "0.1.0"
description = "An async python Background task system using Azure Service Bus Queues"
authors = ["Erik Aker <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7e8220e

Please sign in to comment.