Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Nov 21, 2024
1 parent e3c250e commit a3a170c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/antares/services/local_services/test_study_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@

import logging
import re
from unittest import mock

from pathlib import Path
from unittest import mock

from antares.model.study import read_study_local


class TestReadStudy:
def test_directory_not_exists_error(self, caplog):
current_dir = Path.cwd()
Expand Down

0 comments on commit a3a170c

Please sign in to comment.