Skip to content

Commit

Permalink
valid_table: remove dependence on exists for now (iss #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Apr 13, 2020
1 parent bffe025 commit 2b6436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/valid_table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from os.path import exists
# from os.path import exists
import numpy as np
from astropy.io import ascii as asc
from astropy.table import Table, Column
Expand Down

0 comments on commit 2b6436e

Please sign in to comment.