Skip to content

Commit a0f5b68

Browse files
authored
Remove unused imports from IGenericTaskFactory (#157)
* Remove unused usings from IGenericTaskFactory Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 8ba46b5 commit a0f5b68

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Source/EvlWatcher/EvlWatcher/tasks/IGenericTaskFactory.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using EvlWatcher.Config;
2-
using System;
3-
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
1+
using EvlWatcher.Config;
72

83
namespace EvlWatcher.Tasks
94
{

0 commit comments

Comments
 (0)