Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2023
1 parent a4b9600 commit b6fe67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_advection.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import math
import sqlite3
from datetime import timedelta as delta

import numpy as np
import pandas as pd
import pytest
import sqlite3
import xarray as xr

from parcels import ( # noqa
Expand Down

0 comments on commit b6fe67e

Please sign in to comment.