Skip to content

Commit

Permalink
style: black-ish code
Browse files Browse the repository at this point in the history
  • Loading branch information
Aradhya-Tripathi committed Mar 28, 2022
1 parent ff98aaf commit 4441528
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

# imports - third party imports
import click
import requests

# imports - module imports
import bench
Expand Down Expand Up @@ -66,7 +65,9 @@ class Healthcare(AppConfig):
self.from_apps = False
self.is_url = False
self.branch = branch
self.mount_path = os.path.abspath(os.path.join(urlparse(self.name).netloc, urlparse(self.name).path))
self.mount_path = os.path.abspath(
os.path.join(urlparse(self.name).netloc, urlparse(self.name).path)
)
self.setup_details()

def setup_details(self):
Expand Down

0 comments on commit 4441528

Please sign in to comment.