Skip to content

Commit

Permalink
remove redundant and fix the rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Oct 10, 2024
1 parent 22863a1 commit 4679a70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion lib/galaxy/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ class GalaxyAppConfiguration(BaseAppConfiguration, CommonConfigurationMixin):
user_tool_section_filters: List[str]
visualization_plugins_directory: str
workflow_resource_params_mapper: str
file_source_temp_dir: str

def __init__(self, **kwargs):
super().__init__(**kwargs)
Expand Down
5 changes: 0 additions & 5 deletions lib/galaxy/config/sample/galaxy.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -697,11 +697,6 @@ galaxy:
# cleaned up in default Celery task configuration.
#short_term_storage_cleanup_interval: 3600

# The file_source_temp_dir is a temporary directory used by file sources
# that require temporary storage for file operations.
# Defaults to new_file_path.
#file_source_temp_dir: null

# Configured FileSource plugins.
# The value of this option will be resolved with respect to
# <config_dir>.
Expand Down
2 changes: 0 additions & 2 deletions lib/galaxy/files/sources/webdav.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

from typing_extensions import NotRequired

from typing_extensions import NotRequired

from . import (
FilesSourceOptions,
FilesSourceProperties,
Expand Down

0 comments on commit 4679a70

Please sign in to comment.