mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Fix linting and add type to input settings.
This commit is contained in:
committed by
Dannon Baker
parent
27e613a7b0
commit
ef11cb9f17
@@ -16,6 +16,7 @@
|
||||
<input>
|
||||
<name>explorer</name>
|
||||
<value>false</value>
|
||||
<type>boolean</type>
|
||||
</input>
|
||||
</settings>
|
||||
</visualization>
|
||||
|
||||
@@ -108,6 +108,7 @@ class DatasetContentType(str, Enum):
|
||||
stats = "stats"
|
||||
data = "data"
|
||||
|
||||
|
||||
class ConcreteObjectStoreQuotaSourceDetails(Model):
|
||||
source: Optional[str] = Field(
|
||||
description="The quota source label corresponding to the object store the dataset is stored in (or would be stored in)"
|
||||
|
||||
Reference in New Issue
Block a user