Remove unnecessary blank imports (#23283)
They aren't necessary after the monorepo ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
efbee8ad56
Коммит
76ad948b80
@@ -1,9 +0,0 @@
|
|||||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
||||||
// See LICENSE.txt for license information.
|
|
||||||
|
|
||||||
package imports
|
|
||||||
|
|
||||||
import (
|
|
||||||
// Needed to ensure the init() method in the FocalBoard product is run.
|
|
||||||
_ "github.com/mattermost/mattermost-server/server/v8/boards/product"
|
|
||||||
)
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
||||||
// See LICENSE.txt for license information.
|
|
||||||
|
|
||||||
package imports
|
|
||||||
|
|
||||||
import (
|
|
||||||
// Needed to ensure the init() method in the Playbooks product is run.
|
|
||||||
_ "github.com/mattermost/mattermost-server/server/v8/playbooks/product"
|
|
||||||
)
|
|
||||||
Ссылка в новой задаче
Block a user