Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and renovate[bot] committed Feb 29, 2024
1 parent 4c4070a commit c4d23a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions wlc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

"""Command-line interface for Weblate."""

from __future__ import annotations
import csv
import http.client
Expand Down
1 change: 1 addition & 0 deletions wlc/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

"""Test helpers."""

from __future__ import annotations
import os
from email import message_from_string
Expand Down
1 change: 1 addition & 0 deletions wlc/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

"""Test command-line interface."""

from __future__ import annotations

import json
Expand Down
1 change: 1 addition & 0 deletions wlc/test_wlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

"""Test the module."""

from __future__ import annotations
import io
import os
Expand Down

0 comments on commit c4d23a6

Please sign in to comment.