mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Remove unnecessary blank imports (#23283)
They aren't necessary after the monorepo ```release-note NONE ```
This commit is contained in:
parent
efbee8ad56
commit
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"
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user