mirror of https://github.com/zulip/zulip.git
beeminder: Fix buggy coding tag at top of file.
This commit is contained in:
parent
a994dba583
commit
2c16c76551
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf -*-
|
# -*- coding: utf-8 -*-
|
||||||
import time as t
|
import time as t
|
||||||
from typing import Text
|
from typing import Text
|
||||||
from zerver.lib.test_classes import WebhookTestCase
|
from zerver.lib.test_classes import WebhookTestCase
|
||||||
|
|
Loading…
Reference in New Issue