Skip to content

Commit

Permalink
wpiformat.task: Upgrade to Python 3 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Dec 3, 2023
1 parent 7428e60 commit 56b5d10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wpiformat/wpiformat/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
import os


class Task:
__metaclass__ = ABCMeta

class Task(metaclass=ABCMeta):
@staticmethod
def get_linesep(lines):
"""Returns string containing autodetected line separator for file.
Expand Down

0 comments on commit 56b5d10

Please sign in to comment.