Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 20, 2024
1 parent ec7117e commit 73cc903
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
import shutil
from pathlib import Path
from typing import Dict, List, Generator, Any, Union, Set, Optional
from typing import Dict, List, Generator, Any, Union, Set

import luigi
import six
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List
from typing import List, Optional

import luigi
import netaddr
Expand Down
1 change: 0 additions & 1 deletion test/integration/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import contextlib
import io
from contextlib import _GeneratorContextManager

import pytest

Expand Down

0 comments on commit 73cc903

Please sign in to comment.