Skip to content

Commit

Permalink
Fix ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Oct 16, 2023
1 parent 0c23364 commit ef8e6ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import glob
import os

import audeer
import pytest

import audeer

import audb


Expand Down
2 changes: 1 addition & 1 deletion tests/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import re
import shutil

import audbackend
import numpy as np
import pandas as pd
import pytest

import audbackend
import audeer
import audformat.testing
import audiofile
Expand Down

0 comments on commit ef8e6ab

Please sign in to comment.