Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jul 16, 2024
1 parent b23106f commit f7a85d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/models/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {Column, ColumnView} from "./column"
import type * as p from "@bokehjs/core/properties"
import {build_views} from "@bokehjs/core/build_views"
import type {UIElementView} from "@bokehjs/models/ui/ui_element"
import {ColumnView as BkColumnView} from "@bokehjs/models/layouts/column"

export class FeedView extends ColumnView {
declare model: Feed
Expand Down

0 comments on commit f7a85d8

Please sign in to comment.