EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
995 stars 156 forks source link

[2166] Update Watchdog Type Hints #2213

Closed Rixxan closed 6 months ago

Rixxan commented 6 months ago

Description

Watchdog 4.0.0 included an update to the public API where FileSystemEvent, and subclasses, are now dataclasses, and their repr() has changed.

As such, (insofar as I can tell) the FileCreatedEvent is now a FileSystemEvent. MyPy also suggests that this is a FileSystemEvent as well. This type hint change should have no practical impact on the code, only how items that are calling this function expect data from it.

Type of Change

How Has This Been Tested?

Replacement for #2166