No description
Find a file
Dennis Schridde 1e46ca5888 on-modify.timewarrior: Fix "from __future__ imports must occur at the beginning of the file"
Fixes the following error with Python 3.6.8:
```
  File "$HOME/.task/hooks/on-modify.timewarrior", line 33
    from __future__ import print_function
SyntaxError: from __future__ imports must occur at the beginning of the file
```
2021-05-10 21:43:26 +02:00
test Add output of new-tag-warnings to check 2021-05-10 21:43:26 +02:00
on-modify.timewarrior on-modify.timewarrior: Fix "from __future__ imports must occur at the beginning of the file" 2021-05-10 21:43:26 +02:00