mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

As per https://docs.python.org/3.11/reference/lexical_analysis.html#encoding-declarations, the default encoding of Python files is UTF-8. In fact, it's been the default encoding since Python 3.0 (released in 2008).
5 lines
92 B
Python
5 lines
92 B
Python
from .task import Task
|
|
from .testing import TestCase
|
|
|
|
# flake8:noqa
|
|
# vim: ai sts=4 et sw=4
|