Skip to content

Commit

Permalink
Random formatting fixes (#6888)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeng817 committed Mar 3, 2022
1 parent e33302a commit 7601eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ def _alembic_downgrade(self, rev="head"):
@property
def supports_bucket_queries(self):
return (
super().supports_bucket_queries and
get_sqlite_version() > MINIMUM_SQLITE_BUCKET_VERSION
super().supports_bucket_queries and get_sqlite_version() > MINIMUM_SQLITE_BUCKET_VERSION
)

def upgrade(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def task_definition(ecs, image, environment):
family="dagster",
containerDefinitions=[
{"name": "dagster", "image": image, "environment": environment, "entryPoint": ["ls"]},
{"name": "other", "image": image, "entryPoint": ["ls"]}
{"name": "other", "image": image, "entryPoint": ["ls"]},
],
networkMode="awsvpc",
memory="512",
Expand Down

0 comments on commit 7601eab

Please sign in to comment.