Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz committed Oct 11, 2022
1 parent 7ffe496 commit 3fa8ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nf_core/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import json
import logging
import os
import re
import shutil

import git
import re
import requests
import requests_cache
import rich
Expand Down
5 changes: 3 additions & 2 deletions tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
""" Tests covering the sync command
"""

import git
import json
import os
import pytest
import shutil
import tempfile
import unittest
from unittest import mock

import git
import pytest

import nf_core.create
import nf_core.sync

Expand Down

0 comments on commit 3fa8ed1

Please sign in to comment.