Skip to content

Commit

Permalink
reformatted the code
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Sep 18, 2024
1 parent 8f1fd36 commit 78226ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docling/models/figure_model.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@


class BaseFigureModel:

def __init__(self, config):
self.config = config


class FlorenceFigureModel(BaseFigureModel):
pass


class OneChartFigureModel(BaseFigureModel):
pass

0 comments on commit 78226ea

Please sign in to comment.