Skip to content

Commit

Permalink
fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Aug 27, 2023
1 parent 7374732 commit 3545ff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openage/convert/processor/conversion/aoc_demo/processor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright 2023-2023 the openage authors. See copying.md for legal info.
#
# pylint: disable=too-few-public-methods

"""
Convert data from the AoC Demo to openage formats.
Expand Down Expand Up @@ -47,6 +49,7 @@ def convert(
:returns: A list of modpacks.
:rtype: list
"""
# pylint: disable=protected-access

info("Starting conversion...")

Expand Down

0 comments on commit 3545ff7

Please sign in to comment.