Skip to content

Commit 2de4acd

Browse files
committed
rm leftover docstrings
1 parent fcab341 commit 2de4acd

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

qiita_db/user.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def _check_id(self, id_):
7272
----------
7373
id_ : object
7474
The ID to test
75-
conn_handler : SQLConnectionHandler
76-
The connection handler object connected to the DB
7775
7876
Notes
7977
-----

qiita_db/util.py

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ def get_table_cols_w_type(table):
353353
----------
354354
table : str
355355
The table name
356-
conn_handler : SQLConnectionHandler, optional
357-
The connection handler object connected to the db
358356
359357
Returns
360358
-------
@@ -663,13 +661,7 @@ def str_to_id(x):
663661

664662
def purge_filepaths():
665663
r"""Goes over the filepath table and remove all the filepaths that are not
666-
used in any place
667-
668-
Parameters
669-
----------
670-
conn_handler : SQLConnectionHandler, optional
671-
The connection handler object connected to the DB
672-
"""
664+
used in any place"""
673665
conn_handler = SQLConnectionHandler()
674666

675667
# Get all the (table, column) pairs that reference to the filepath table
@@ -855,8 +847,6 @@ def convert_from_id(value, table):
855847
The id value to convert
856848
table : str
857849
The table that has the conversion
858-
conn_handler : SQLConnectionHandler, optional
859-
The sql connection object
860850
861851
Returns
862852
-------
@@ -981,11 +971,6 @@ def get_environmental_packages():
981971
def get_timeseries_types():
982972
"""Get the list of available timeseries types
983973
984-
Parameters
985-
----------
986-
conn_handler : SQLConnectionHandler, optional
987-
The handler connected to the database
988-
989974
Returns
990975
-------
991976
list of (int, str, str)

0 commit comments

Comments
 (0)