Skip to content

Commit b697d2e

Browse files
committed
remove unused imports
1 parent f4951fd commit b697d2e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pvlib/iotools/tmy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import datetime
44
import re
55
import pandas as pd
6-
import warnings
7-
from pvlib._deprecation import pvlibDeprecationWarning
86

97
# Dictionary mapping TMY3 names to pvlib names
108
VARIABLE_MAP = {

tests/iotools/test_tmy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import numpy as np
22
import pandas as pd
33
from pvlib.iotools import tmy
4-
from pvlib._deprecation import pvlibDeprecationWarning
54
from tests.conftest import TESTS_DATA_DIR, PVLIB_DATA_DIR
65
import pytest
7-
import warnings
86

97
# test the API works
108
from pvlib.iotools import read_tmy3

0 commit comments

Comments
 (0)