Skip to content

Commit

Permalink
Is this right?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Apr 22, 2024
1 parent 3348d2c commit f6aa3b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/files/sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def get_browsable(self) -> bool:


class BaseFilesSource(FilesSource):
plugin_type: ClassVar[str]
plugin_kind: ClassVar[PluginKind] = PluginKind.rfs # Remote File Source by default, override in subclasses

def get_browsable(self) -> bool:
Expand Down

0 comments on commit f6aa3b5

Please sign in to comment.