Skip to content

Commit a13056a

Browse files
initial repo load
1 parent 75c73f5 commit a13056a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/cedargrove_temperaturetools_simpletest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
from cedargrove_temperaturetools.dew_point import dew_point
77
from cedargrove_temperaturetools.heat_index import heat_index
8-
from cedargrove_temperaturetools.unit_converters import *
8+
from cedargrove_temperaturetools.unit_converters import (
9+
celsius_to_fahrenheit,
10+
celsius_to_kelvin,
11+
)
912

1013
# Measured temperature and humidity
1114
TEMPERATURE = 24 # Degrees Celsius
92.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)