Skip to content

Commit

Permalink
fix isort and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Jul 19, 2023
1 parent 649d53c commit bfda763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/antsibull_changelog/update_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@

from __future__ import annotations

# from typing import TYPE_CHECKING

from .logger import LOGGER
from .yaml import load_yaml, store_yaml

# if TYPE_CHECKING:
# from _typeshed import StrOrBytesPath


def update_galaxy(galaxy_path: str, version: str) -> None:
"""
Expand Down
5 changes: 5 additions & 0 deletions tests/units/fixtures/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Author: Sagar Paul <paul.sagar@yahoo.com>
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
# https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2023, Ansible Project
authors:
- Ansible Bot (ansibuddy)
dependencies:
Expand Down

0 comments on commit bfda763

Please sign in to comment.