Skip to content

Commit 05c5410

Browse files
authored
Set encoding for temperature print. Fixes #42
1 parent 1a6f389 commit 05c5410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypozyx/structures/sensor_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
23
"""pypozyx.structures.sensor_data - Contains container classes for data from the Pozyx's many sensors."""
34
from math import sqrt
45

0 commit comments

Comments
 (0)