Skip to content

Commit

Permalink
Remove Artifactory related pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Apr 30, 2024
1 parent 6498863 commit a19b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audbcards/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def _load_backend(self) -> audbackend.Backend:
repository=self.repository,
)
if isinstance(backend, audbackend.Artifactory):
backend._use_legacy_file_structure() # pragma: nocover
backend._use_legacy_file_structure()
return backend

def _load_dependencies(self) -> audb.Dependencies:
Expand Down

0 comments on commit a19b254

Please sign in to comment.