Skip to content

Commit

Permalink
Removed git symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Jun 26, 2024
1 parent 3e1c107 commit 8e68672
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drones/cli.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
import argparse
<<<<<<< Updated upstream
from datetime import datetime, timedelta
from distutils.util import strtobool
from contextlib import contextmanager
import logging
from typing import List, Optional, Generator
=======
import json
import logging
import time
from contextlib import contextmanager
from datetime import datetime, timedelta
from distutils.util import strtobool
from typing import Any, Dict, Generator, List, Optional
>>>>>>> Stashed changes
from uuid import UUID
import time

Expand Down

0 comments on commit 8e68672

Please sign in to comment.