Skip to content

Commit 132a752

Browse files
committed
Update cdm.py
1 parent f6d8804 commit 132a752

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

kessler/cdm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ def __eq__(self, other):
192192
return hash(self) == hash(other)
193193
return False
194194

195-
196-
197195
def set_header(self, key, value):
198196
if key in self._keys_header:
199197
if key in self._keys_with_dates:

0 commit comments

Comments
 (0)