Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Jan 22, 2024
1 parent 87bd063 commit 5f24cc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osiris/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import os

import numpy as np
<<<<<<< Updated upstream
import polars as pl
=======
import pandas as pd
>>>>>>> Stashed changes
import typer

from osiris.cairo.data_converter.data_converter import convert_to_cairo
Expand All @@ -13,7 +17,10 @@

app = typer.Typer()

<<<<<<< Updated upstream

=======
>>>>>>> Stashed changes
def check_file_format(file_path):
_, file_extension = os.path.splitext(file_path)

Expand Down

0 comments on commit 5f24cc3

Please sign in to comment.