Skip to content

Commit 0d08745

Browse files
committed
Run black
Upgrade pipline to use Poetry version 1.2.2.
1 parent f3ad3f1 commit 0d08745

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
python-version: ['3.9']
10-
poetry-version: ['1.2.1']
10+
poetry-version: ['1.2.2']
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ['3.9']
33-
poetry-version: ['1.2.1']
33+
poetry-version: ['1.2.2']
3434
os: [ubuntu-latest]
3535
runs-on: ${{ matrix.os }}
3636
steps:

src/kof_parser/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def create_admin_block(self, project_name: str, srid: int, swap_easting_northing
3939
"""
4040
date = datetime.utcnow().strftime("%d%m%Y")
4141
version = "1"
42-
sosi_code = self.get_code(srid=srid) or ''
42+
sosi_code = self.get_code(srid=srid) or ""
4343
municipality = ""
4444
if swap_easting_northing:
4545
units = "$21100000000"

0 commit comments

Comments
 (0)