Skip to content

Commit

Permalink
🎨 black
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Sep 12, 2023
1 parent 0096aa3 commit ffff823
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 22 deletions.
1 change: 0 additions & 1 deletion testapp/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
1 change: 0 additions & 1 deletion testapp/migrations/0002_auto_20221115_0738.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("testapp", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion testapp/migrations/0003_auto_20221115_1018.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("testapp", "0002_auto_20221115_0738"),
]
Expand Down
6 changes: 3 additions & 3 deletions testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"HOST": os.getenv("DB_HOST", ""),
"HOST": os.getenv("DB_HOST", "localhost"),
"NAME": os.getenv("DB_NAME", "zgw_consumers"),
"USER": os.getenv("DB_USER", "postgres"),
"PASSWORD": os.getenv("DB_PASSWORD", ""),
"USER": os.getenv("DB_USER", "zgw_consumers"),
"PASSWORD": os.getenv("DB_PASSWORD", "zgw_consumers"),
},
}

Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def request(
request_kwargs: Optional[dict] = None,
**kwargs,
) -> Union[List[Object], Object]:

if self.server_certificate_path:
kwargs.update({"verify": self.server_certificate_path})

Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0002_auto_20190514_0944.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [("zgw_consumers", "0001_initial")]

operations = [
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0003_auto_20190514_1009.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [("zgw_consumers", "0002_auto_20190514_0944")]

operations = [
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0004_auto_20200113_1728.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0003_auto_20190514_1009"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0005_auto_20200326_1040.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0004_auto_20200113_1728"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0007_service_nlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0006_update_oas_auth"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0008_auto_20200331_1400.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0007_service_nlx"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0009_auto_20200401_0829.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [("zgw_consumers", "0008_auto_20200331_1400")]

operations = [
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0010_nlxconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0009_auto_20200401_0829"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0011_remove_service_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0010_nlxconfig"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0012_auto_20210104_1039.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0011_remove_service_extra"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0013_oas_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0012_auto_20210104_1039"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0014_auto_20211217_1557.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0013_oas_field"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0015_auto_20220307_1522.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class Migration(migrations.Migration):

dependencies = [
("zgw_consumers", "0014_auto_20211217_1557"),
]
Expand Down
1 change: 0 additions & 1 deletion zgw_consumers/migrations/0016_auto_20220818_1412.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def migrate_data(apps, _):


class Migration(migrations.Migration):

dependencies = [
("simple_certmanager", "0001_initial"),
("zgw_consumers", "0015_auto_20220307_1522"),
Expand Down

0 comments on commit ffff823

Please sign in to comment.