Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit eaaabc5

Browse files
committed
grpc: Add coding Latin-1 for copyright symbol
1 parent 68149c8 commit eaaabc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ttnmqtt/ttnmqtt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Copyright 2017 The Things Network
1+
# coding: Latin-1
2+
# Copyright © 2017 The Things Network
23
# Use of this source code is governed by the
34
# MIT license that can be found in the LICENSE file.
45

6+
57
import paho.mqtt.client as mqtt
68
from events import Events
79
import json

0 commit comments

Comments
 (0)