Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Mar 30, 2020
1 parent b0cae6a commit 3268aaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions fits_schema/binary_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ def validate_hdu(cls, hdu: fits.BinTableHDU, onerror='raise'):
col.validate_data(table[k])




class Bool(Column):
'''A Boolean binary table column'''
tform_code = 'L'
Expand Down
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging
import pytest
import warnings
from fits_schema.exceptions import AdditionalHeaderCard


Expand Down

0 comments on commit 3268aaa

Please sign in to comment.