@@ -594,7 +594,7 @@ def search_for_studies(self, fuzzymatching=None, limit=None, offset=None,
594594 study representations
595595 (see `returned attributes <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html#table_6.7.1-2>`_)
596596
597- '''
597+ ''' # noqa
598598 url = self ._get_studies_url ()
599599 params = self ._parse_query_parameters (
600600 fuzzymatching , limit , offset , fields , ** search_filters
@@ -704,7 +704,7 @@ def search_for_series(self, study_instance_uid=None, fuzzymatching=None,
704704 series representations
705705 (see `returned attributes <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html#table_6.7.1-2a>`_)
706706
707- '''
707+ ''' # noqa
708708 url = self ._get_series_url (study_instance_uid )
709709 params = self ._parse_query_parameters (
710710 fuzzymatching , limit , offset , fields , ** search_filters
@@ -798,7 +798,7 @@ def search_for_instances(self, study_instance_uid=None,
798798 instance representations
799799 (see `returned attributes <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html#table_6.7.1-2b>`_)
800800
801- '''
801+ ''' # noqa
802802 url = self ._get_instances_url (study_instance_uid , series_instance_uid )
803803 params = self ._parse_query_parameters (
804804 fuzzymatching , limit , offset , fields , ** search_filters
0 commit comments