Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Nov 22, 2023
1 parent c303955 commit eb9ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcicutils/data_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from dcicutils.misc_utils import right_trim


class RowReader(abc.ABC): # These readers may evenutally go into dcicutils.
class RowReader(abc.ABC):

def __init__(self):
self.header = None
Expand Down

0 comments on commit eb9ccf3

Please sign in to comment.