EIDA / eidaws

EIDA NG webservice implementations
GNU General Public License v3.0
2 stars 3 forks source link

Make use `aiofiles.SpooledTemporaryFile` #19

Open damb opened 3 years ago

damb commented 3 years ago

Instead of implementing SpooledTemporaryFile by itself, eidaws-federator should make use of the implementation provided by the aiofiles module (since v0.7.0).