mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-13 08:24:22 +08:00
Fix typespec
This commit is contained in:
parent
6406e1fcf7
commit
809eb925de
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ defmodule Livebook.Hubs.Dockerfile do
|
|||
list(Livebook.FileSystem.t()),
|
||||
Livebook.Notebook.AppSettings.t(),
|
||||
list(Livebook.Notebook.file_entry()),
|
||||
list(Livebook.Session.Data.secrets())
|
||||
Livebook.Session.Data.secrets()
|
||||
) :: list(String.t())
|
||||
def warnings(config, hub, hub_secrets, hub_file_systems, app_settings, file_entries, secrets) do
|
||||
common_warnings =
|
||||
|
|
Loading…
Add table
Reference in a new issue