beeminder: Fix buggy coding tag at top of file.

This commit is contained in:
Tim Abbott 2018-01-18 09:07:06 -08:00
parent a994dba583
commit 2c16c76551
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf -*-
# -*- coding: utf-8 -*-
import time as t
from typing import Text
from zerver.lib.test_classes import WebhookTestCase