Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Dec 12, 2023
1 parent 2948d71 commit e8b2dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/monitor-dset.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from pathlib import Path
import typer
import pyperclip
from tabulate import tabulate
from typer import Argument, Option
from typer import Option
from watchdog.observers import Observer
from watchdog.events import FileSystemEventHandler
import yaml
Expand Down

0 comments on commit e8b2dde

Please sign in to comment.