Skip to content

Commit

Permalink
comply with ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kmario23 committed Oct 20, 2024
1 parent da2d938 commit 1c2d564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pdebench/data_download/download_direct.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

import argparse
import os
from pathlib import Path

import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion pdebench/data_download/visualize_pdes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import annotations

import argparse
import os
from pathlib import Path

import h5py
Expand Down

0 comments on commit 1c2d564

Please sign in to comment.